Releases: strukturag/phoenix
Releases · strukturag/phoenix
1.0.2
1.0.1
This release exposes additional goconf methods through the Config interface.
- Expose HasSection, GetSections and GetOptions through the Config interface.
1.0.0
This release adds support to set a default and an override configuration file. Also we markt the API as stable, so releasing as version 1.0!
- Added DefaultConfig and OverrideConfig setters to Server interface allowing to use multiple configuration files.
- Added support for AES_256_GCM_SHA384 cipher suites when built with Go 1.5+.
- Default minimal TLS version is now TLSv1.2.
0.13.3
This release supports logging to syslog by setting the logfile name to syslog
.
0.13.2
This release updates the import path of goconf now that code.google.com
has shut down.
0.13.1
This release prepares for cleaner Debian packaging.
0.13.0
This release brings overview documentation, code cleanup, and a fix for a panic when multiple services fail to start.
0.12.0
This release adds several new API's and significantly improves package implementation.
Highlights are below:
- Add support for fetching configuration values with a default.
- Expose getter for float64 config items.
- Support reloading configuration on SIGHUP.
Services which implement Reloadable will be notified on reload. - Add support for handling start/stop of generic services.
Optional hook interfaces are provided for notification purposes. - Improves HTTP(S) shutdown logging.
0.11
- Added HTTPS support
- Phoenix ix now considered stable and the API will not change. Next release will probably be 1.0.0.
0.10
phoenix_v010 Makeshot is creating new tag from branch github in git@git.intranet.s…