Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.14.1 _ 2017-04-23 source code.tar.gz | 2017-04-24 | 2.1 MB | |
0.14.1 _ 2017-04-23 source code.zip | 2017-04-24 | 2.7 MB | |
README.md | 2017-04-24 | 1.7 kB | |
Totals: 3 Items | 4.8 MB | 0 |
This update contains a few bug fixes and one potential security fix. Upgrading is recommended.
Upgrade Instructions
If you're upgrading a previous API Umbrella version, you may upgrade the api-umbrella
package using your package manager.
Changed
- Upgrade bundled software dependencies:
- OpenResty 1.11.2.2 -> 1.11.2.3
- Ruby 2.3.3 -> 2.3.4
- Rsyslog 8.24.0 -> 8.26.0
Fixed
- Missing validations on API backends: It was possible to create API backends that omitted fields that should have been required in the Sub-URL Request Settings and Advanced Requests Rewriting sections. This could cause errors in loading the API configuration. (#360)
- Creating new admin groups: Creating new admin groups in the admin was broken in v0.14.0. (#347)
- Outgoing example URL in admin: In the API backend form of the admin, the example outgoing URL was incorrect in v0.14.0. (b4ce3e28)
- Ember.js deprecation warnings: Fix some deprecation warnings in the admin tool. (3e019140, 27bf988d)
Security
- Don't pass admin session cookie to API backends: The session cookie the API Umbrella admin uses is now stripped from requests to API backends. (89371149)