Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
updated changelog for 1.4.1 (#5219)
Browse files Browse the repository at this point in the history
  • Loading branch information
unterstein authored and meichstedt committed Feb 20, 2017
1 parent e1b7952 commit 826e727
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

## Changes from 1.4.0 to 1.4.1
Bugfix release

### Fixed issues
- Fixes #5202 - Re-enabling `PUT` on `/v2/apps`


## Changes from 1.3.10 to 1.4.0

### Breaking Changes
Expand Down Expand Up @@ -127,6 +134,11 @@ A running deployment will be continued on the new elected leader without restart

Every state change operation via the REST API will now return the deployment identifier as an HTTP response header.


#### Added support for PATCH on `/v2/apps`
To handle partial updates with the semantical correct HTTP verb, a support for `PATCH` on `/v2/apps` was introduced. Support for partial updates through `PUT` was deprecated, see below.


### Deprecations

#### Deprecate Marathon-based Health Checks
Expand Down

0 comments on commit 826e727

Please sign in to comment.