Skip to content

Commit

Permalink
docs(changelog) add uuid generation fix note
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Aug 29, 2016
1 parent 3d268a3 commit 8431fcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [Unreleased][unreleased]

### Fixed

- Prevent third-party Lua modules (and plugins) to override the seed for random
number generation. This prevents the creation of conflicitng UUIDs.
[#1558](https://github.com/Mashape/kong/pull/1558)

## [0.9.0] - 2016/08/18

The main focus of this release is Kong's new CLI. With a simpler configuration file, new settings, environment variables support, new commands as well as a new interpreter, the new CLI gives more power and flexibility to Kong users and allow for an easier integration in your deployment workflow, as well as better testing for developers and plugins authors. Additionally, some new plugins and performance improvements are included as well as the regular bug fixes.
Expand Down

0 comments on commit 8431fcc

Please sign in to comment.