dyndnsd/CHANGELOG.md

169 lines
4.4 KiB
Markdown
Raw Normal View History

2018-02-15 16:02:33 +01:00
# Changelog
2021-02-20 10:06:12 +01:00
## 3.3.2 (February 20, 2021)
OTHER:
- update to use `docker/build-push-action@v2` for releasing Docker image in GHA
2021-02-18 11:26:48 +01:00
## 3.3.1 (February 18, 2021)
OTHER:
- update base of Docker image to Alpine 3.13.2 to fix security vulnerabilities
2021-01-18 15:08:25 +01:00
## 3.3.0 (January 18, 2021)
OTHER:
- update base of Docker image to Alpine 3.13
2021-01-14 11:04:50 +01:00
## 3.2.0 (January 14, 2021)
2020-12-25 16:42:53 +01:00
IMPROVEMENTS:
- Add Ruby 3.0 support
2020-12-20 22:18:20 +01:00
## 3.1.3 (December 20, 2020)
OTHER:
- fix Docker image release process in Github Actions CI, 3.1.2 was not released as a Docker image
2020-12-20 22:05:13 +01:00
## 3.1.2 (December 20, 2020)
OTHER:
2020-12-20 22:05:13 +01:00
- fixes vulnerabilities in Docker image by using updated Alpine base image
2020-12-10 10:26:42 +01:00
- start using Github Actions CI for tests and drop Travis CI
## 3.1.1 (October 3, 2020)
IMPROVEMENTS:
- Use webrick gem which contains fixes against [CVE-2020-25613](https://www.ruby-lang.org/en/news/2020/09/29/http-request-smuggling-cve-2020-25613/)
2020-08-19 14:13:07 +02:00
## 3.1.0 (August 19, 2020)
IMPROVEMENTS:
- Add officially maintained [Docker image for dyndnsd](https://hub.docker.com/r/cmur2/dyndnsd)
2020-07-29 00:31:48 +02:00
## 3.0.0 (July 29, 2020)
IMPROVEMENTS:
- Drop EOL Ruby 2.4 and lower support, now minimum version supported is Ruby 2.5
2020-07-27 21:31:15 +02:00
## 2.3.1 (July 27, 2020)
IMPROVEMENTS:
- Fix annoying error message `log writing failed. can't be called from trap context` on shutdown by not attempting to log redundant information there
2020-07-20 20:37:59 +02:00
## 2.3.0 (July 20, 2020)
2020-07-20 12:04:22 +02:00
IMPROVEMENTS:
- Allow enabling debug logging
- Add updater that uses [DNS zone transfers via AXFR (RFC5936)](https://tools.ietf.org/html/rfc5936) to allow any secondary nameserver(s) to fetch the zone contents after (optionally) receiving a [DNS NOTIFY (RFC1996)](https://tools.ietf.org/html/rfc1996) request
2020-07-20 12:04:22 +02:00
2020-03-06 21:55:42 +01:00
## 2.2.0 (March 6, 2020)
IMPROVEMENTS:
- Refactor gemspec based on [recommendations](https://piotrmurach.com/articles/writing-a-ruby-gem-specification/) so tests are now excluded from gem and binaries move to `./exe` directory
2020-03-06 21:33:29 +01:00
- Adopt Ruby 2.3 frozen string literals for source code potentially reducing memory consumption
2020-03-01 21:55:35 +01:00
## 2.1.1 (March 1, 2020)
IMPROVEMENTS:
- Fix potential `nil` cases detected by [Sorbet](https://sorbet.org) including refactorings
2020-03-01 11:43:39 +01:00
## 2.1.0 (March 1, 2020)
2020-02-28 13:20:44 +01:00
IMPROVEMENTS:
- Add Ruby 2.7 support
2020-02-28 15:13:28 +01:00
- Add [solargraph](https://github.com/castwide/solargraph) to dev tooling as Ruby Language Server usable e.g. for IDEs (used solargraph version not compatible with Ruby 2.7 as bundler-audit 0.6.x requires old `thor` gem)
- Document code using YARD tags, e.g. for type information and better code completion
2020-02-28 13:20:44 +01:00
2019-01-25 13:56:10 +01:00
## 2.0.0 (January 25, 2019)
2018-02-15 16:02:33 +01:00
IMPROVEMENTS:
- Drop Ruby 2.2 and lower support
- Better protocol compliance by returning `badauth` in response body on HTTP 401 errors
- Better code maintainability by refactorings
- Update dependencies, mainly `rack` to new major version 2
2019-01-04 15:39:51 +01:00
- Add Ruby 2.5 and Ruby 2.6 support
2020-02-28 15:13:28 +01:00
- Add experimental [OpenTracing](https://opentracing.io/) support with [CNCF Jaeger](https://github.com/jaegertracing/jaeger)
- Support host offlining by deleting the associated DNS records
- Add textfile reporter to write Graphite-style metrics (also compatible with [Prometheus](https://prometheus.io/)) into a file
2018-02-15 16:02:33 +01:00
## 1.6.1 (October 31, 2017)
IMPROVEMENTS:
- Fix broken password check affecting all previous releases
## 1.6.0 (December 7, 2016)
IMPROVEMENTS:
- Support providing an IPv6 address in addition to a IPv4 for the same hostname
## 1.5.0 (November 30, 2016)
IMPROVEMENTS:
- Drop Ruby 1.8.7 support
- Pin `json` gem to allow supporting Ruby 1.9.3
- Support determining effective client IP address also from `X-Real-IP` header
## 1.4.0 (November 27, 2016)
IMPROVEMENTS:
- Pin `rack` gem to allow supporting Ruby versions < 2.2.2
- Support IPv6 addresses
## 1.3.0 (October 8, 2013)
IMPROVEMENTS:
- Handle `SIGTERM` \*nix signal properly and shutdown the daemon
## 1.2.2 (June 8, 2013)
IMPROVEMENTS:
- Add proper logging to the provided init script for dyndnsd.rb
## 1.2.1 (June 5, 2013)
IMPROVEMENTS:
- Fix bug in previous release related to metrics preventing startup
## 1.2.0 (May 29, 2013)
IMPROVEMENTS:
- Support sending metrics to graphite via undocumented `graphite:` section in configuration file
## 1.1.0 (April 30, 2013)
IMPROVEMENTS:
- Support dropping priviliges on startup, also affects external commands run
- Add [metriks](https://github.com/eric/metriks) support for basic metrics in the process title
- Detach from child processes running external commands to avoid zombie processes
## 1.0.0 (April 28, 2013)
NEW FEATURES:
- Initial 1.0 release