This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Releases: mfuentesg/localdns
Releases · mfuentesg/localdns
v1.2.1
v1.2.0
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
v1.0.2
v1.0.1
v1.0.0
v0.0.4
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
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