Skip to content

Commit

Permalink
Add changelog for release 0.7.7 (ExpediaGroup#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvosper authored and a-dlatorre committed Aug 31, 2018
1 parent 8bed0dc commit 5e0bf59
Showing 1 changed file with 53 additions and 1 deletion.
54 changes: 53 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
# Change Log

## [styx-0.7.7](https://github.com/HotelsDotCom/styx/tree/styx-0.7.7) (2018-05-17)
[Full Changelog](https://github.com/HotelsDotCom/styx/compare/styx-0.7.6...styx-0.7.7)

**Implemented enhancements:**

- Admin page shows health check configuration even when it is absent [\#122](https://github.com/HotelsDotCom/styx/issues/122)

**Fixed bugs:**

- Graphite Reporter: retries too often [\#152](https://github.com/HotelsDotCom/styx/issues/152)
- Graphite Reporter: The graphite IP address gets cached. [\#151](https://github.com/HotelsDotCom/styx/issues/151)
- socketTimeoutMillis property in the connection pool configuration is not honoured. [\#105](https://github.com/HotelsDotCom/styx/issues/105)
- Plugin cannot consist of multiple JAR files [\#56](https://github.com/HotelsDotCom/styx/issues/56)

**Closed issues:**

- Do not allow backend services to load or reload when path prefix is duplicated [\#139](https://github.com/HotelsDotCom/styx/issues/139)
- Move unique ID supplier class from styx-api into styx-server module [\#134](https://github.com/HotelsDotCom/styx/issues/134)
- Add 4xx server response codes to styx documentation [\#130](https://github.com/HotelsDotCom/styx/issues/130)

**Merged pull requests:**

- Deletes a file that does not belong to the project. [\#164](https://github.com/HotelsDotCom/styx/pull/164) ([mikkokar](https://github.com/mikkokar))
- Refactor YamlReader [\#163](https://github.com/HotelsDotCom/styx/pull/163) ([kvosper](https://github.com/kvosper))
- Improve log messages when origin reload fails. [\#159](https://github.com/HotelsDotCom/styx/pull/159) ([mikkokar](https://github.com/mikkokar))
- Dont show health check if absent [\#158](https://github.com/HotelsDotCom/styx/pull/158) ([kvosper](https://github.com/kvosper))
- Mock dns server [\#156](https://github.com/HotelsDotCom/styx/pull/156) ([mikkokar](https://github.com/mikkokar))
- Fixes \#152: GraphiteReporter retries connection to the server too often. [\#155](https://github.com/HotelsDotCom/styx/pull/155) ([dvlato](https://github.com/dvlato))
- Prevent Graphite IP address from being cached. [\#153](https://github.com/HotelsDotCom/styx/pull/153) ([mikkokar](https://github.com/mikkokar))
- Fixes issue \#105: Remove unused `socketTimeoutMillis` option. [\#150](https://github.com/HotelsDotCom/styx/pull/150) ([mikkokar](https://github.com/mikkokar))
- Move UniqueIdSupplier\(s\) from styx-api module into styx-server module. [\#149](https://github.com/HotelsDotCom/styx/pull/149) ([mikkokar](https://github.com/mikkokar))
- Implements \#143: Add map types to schema [\#148](https://github.com/HotelsDotCom/styx/pull/148) ([mikkokar](https://github.com/mikkokar))
- Remove fasterxml annotations from api with mixins\#132 [\#147](https://github.com/HotelsDotCom/styx/pull/147) ([alobodzki](https://github.com/alobodzki))
- Fix for \#142: Improve type detection for config validator. [\#146](https://github.com/HotelsDotCom/styx/pull/146) ([mikkokar](https://github.com/mikkokar))
- Improve warning message regarding idle persistent connections. [\#145](https://github.com/HotelsDotCom/styx/pull/145) ([mikkokar](https://github.com/mikkokar))
- Prevent duplicate backend service paths [\#140](https://github.com/HotelsDotCom/styx/pull/140) ([kvosper](https://github.com/kvosper))
- Multiple jar plugin [\#138](https://github.com/HotelsDotCom/styx/pull/138) ([kvosper](https://github.com/kvosper))
- Schema based server config validator [\#137](https://github.com/HotelsDotCom/styx/pull/137) ([mikkokar](https://github.com/mikkokar))
- Add extra documentation [\#135](https://github.com/HotelsDotCom/styx/pull/135) ([kvosper](https://github.com/kvosper))
- Additional argument for gpg plugin [\#133](https://github.com/HotelsDotCom/styx/pull/133) ([alobodzki](https://github.com/alobodzki))

## [styx-0.7.6](https://github.com/HotelsDotCom/styx/tree/styx-0.7.6) (2018-04-12)
[Full Changelog](https://github.com/HotelsDotCom/styx/compare/styx-0.7.5...styx-0.7.6)

**Merged pull requests:**

- Origins file monitor [\#97](https://github.com/HotelsDotCom/styx/pull/97) ([mikkokar](https://github.com/mikkokar))
- Add response codes diagram and page [\#104](https://github.com/HotelsDotCom/styx/pull/104) ([kvosper](https://github.com/kvosper))
- Document origin configuration and improve user guide. [\#106](https://github.com/HotelsDotCom/styx/pull/106) ([dvlato](https://github.com/dvlato))
- Improve origins reload visibility [\#108](https://github.com/HotelsDotCom/styx/pull/108) ([mikkokar](https://github.com/mikkokar))


## [styx-0.7.5](https://github.com/HotelsDotCom/styx/tree/styx-0.7.5) (2018-03-13)
[Full Changelog](https://github.com/HotelsDotCom/styx/compare/styx-0.7.4...styx-0.7.5)

Expand Down Expand Up @@ -108,4 +160,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 comments on commit 5e0bf59

Please sign in to comment.