Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Releases: mfuentesg/localdns

v1.2.1

23 Jun 04:25
d6fd8c3
Compare
Choose a tag to compare

Changelog

  • 820c6df Merge pull request #20 from mfuentesg/feat/logs
  • d6fd8c3 Merge pull request #21 from mfuentesg/feat/commands
  • 8ce4579 add create and delete commands
  • f58e51b add logging for every error using logrus

v1.2.0

25 Jul 12:50
Compare
Choose a tag to compare

Changelog

  • b86676f Merge pull request #19 from mfuentesg/feature/cmd
  • 83d5770 Update .goreleaser.yaml
  • 0b3255d add cli files as a monorepo
  • 0b60621 fix go mod dependencies
  • 3f8248f format logs
  • 6769302 handle multiple binary generation
  • d607ea7 handle records by question type
  • 5a72c60 isolate record generation
  • d39ae79 move fixed logic to init function
  • 56a3dd4 set hardcoded protocol to remote server
  • f4112d6 use dynamic ttl instead of hardcoded

v1.1.0

15 Jun 03:04
c9c7114
Compare
Choose a tag to compare

Changelog

  • c9c7114 Merge pull request #16 from mfuentesg/fix/get-domains
  • c222fbe add GetByDomain fake method
  • 43d7241 retrieve list of records instead of a single record

v1.0.2

14 Jun 23:55
Compare
Choose a tag to compare

Changelog

  • bbd121d Merge pull request #15 from mfuentesg/fix/err-unique
  • 5d98cef fix parsing issue
  • fdba41e fix: keep error variables at storage package

v1.0.1

12 Jun 02:20
e84bafd
Compare
Choose a tag to compare

Changelog

  • e84bafd Merge pull request #14 from mfuentesg/fix/unique-constraint
  • ee0c08a add reference link to sqlite codes
  • ed10187 fix: change constant name using camel case
  • 800d4ef fix: handle unique constraint for domain + ip

v1.0.0

11 Jun 01:51
Compare
Choose a tag to compare

This version it's a breaking change release, which includes a new structure for records table and now a migrations system was included.

v0.0.4

12 May 19:57
7f01121
Compare
Choose a tag to compare

Changelog

  • 61a60a5 Merge pull request #8 from mfuentesg/feat/logging
  • c90859f Merge pull request #9 from mfuentesg/feat/config
  • b3d4e0d Update README.md
  • 833d579 add configuration layer for the whole app
  • 8674bd8 add unit test for "WithProtocol" func
  • 7f01121 complete some tasks from the Todo list
  • fe897b0 fix pointer dereference
  • a1c9c9b log any critical flow
  • 30deec3 merge roadmap with todo list
  • d19d25b send logs to ioutil.Discard

v0.0.3

20 Mar 01:07
Compare
Choose a tag to compare

Changelog

  • 4bd9ae7 add test for invalid dns server
  • a243b17 add testing for database package
  • 1b56cc4 add testing for database package
  • 17b5fbd add testing for grpc package
  • 7a16730 add testing for new pacakge handler and replace references
  • 81b4fc3 adding benchmark test and flags
  • 95792c1 delete pogreb support
  • 3cbaf0a delete unnecessary point until now
  • 20707e7 delete unused struct attribute
  • 2743582 ignore pb folder from automatic testing and linting
  • 1756640 pass correct record refernce to the "getRecord"
  • 4832bfd replace custom package by coredns official package
  • 5905e4a simplify and add testing for dns package

v0.0.2

06 Mar 13:44
Compare
Choose a tag to compare

This version add support for sqlite as persistent storage and provides a gRPC api

v0.0.1

28 Feb 01:51
Compare
Choose a tag to compare

first release