Skip to content

Releases: strukturag/phoenix

1.0.2

07 Oct 07:43
Compare
Choose a tag to compare

This release adds helpers to update configuration values from dynamic values.

  • Add phoenix.ConfigUpdater interface
  • phoenix.Runtime is now a ConfigUpdater

1.0.1

03 Jun 07:57
Compare
Choose a tag to compare

This release exposes additional goconf methods through the Config interface.

  • Expose HasSection, GetSections and GetOptions through the Config interface.

1.0.0

02 Mar 13:08
Compare
Choose a tag to compare

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

29 Jan 11:13
Compare
Choose a tag to compare
0.13.3 Pre-release
Pre-release

This release supports logging to syslog by setting the logfile name to syslog.

0.13.2

27 Jan 10:26
Compare
Choose a tag to compare
0.13.2 Pre-release
Pre-release

This release updates the import path of goconf now that code.google.com has shut down.

0.13.1

21 Jul 08:33
Compare
Choose a tag to compare
0.13.1 Pre-release
Pre-release

This release prepares for cleaner Debian packaging.

0.13.0

03 Apr 23:37
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release

This release brings overview documentation, code cleanup, and a fix for a panic when multiple services fail to start.

0.12.0

02 Jul 02:13
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release

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

06 May 07:51
Compare
Choose a tag to compare
0.11 Pre-release
Pre-release
  • Added HTTPS support
  • Phoenix ix now considered stable and the API will not change. Next release will probably be 1.0.0.

0.10

06 May 07:44
Compare
Choose a tag to compare
0.10 Pre-release
Pre-release
phoenix_v010

Makeshot is creating new tag from branch github in git@git.intranet.s…