# HG changeset patch # User Marcin Kuzminski # Date 2017-02-13 16:49:44 # Node ID 0244316204c4cb84e75562dcb006ed6bfb05aa70 # Parent 59cf37757ac34c0dda1b67793018159211f2e6fa docs: added release notes for 4.6.1 diff --git a/docs/release-notes/release-notes-4.6.1.rst b/docs/release-notes/release-notes-4.6.1.rst new file mode 100644 --- /dev/null +++ b/docs/release-notes/release-notes-4.6.1.rst @@ -0,0 +1,55 @@ +|RCE| 4.6.1 |RNS| +----------------- + +Release Date +^^^^^^^^^^^^ + +- 2017-02-13 + + +New Features +^^^^^^^^^^^^ + + + +General +^^^^^^^ + +- HTTP Protocol: large incoming requests will now properly stream data + into VCSServer. In some cases a large push in GIT can send streaming data. + previously RhodeCode unbundled that data before sending back to VCSServer. + This sometimes caused errors because of wrong headers sent (chunked-encoding) + RhodeCode will now simply stream data back to VCSServer. This should fix the + push problems, and also be much faster for large pushes. + +- Docs: updated contribution and dev setup docs. + + +Security +^^^^^^^^ + + + +Performance +^^^^^^^^^^^ + + + +Fixes +^^^^^ + +- Api: cleanup sessions enforces older_then must be a valid INT. +- Api: validate sent commit_id when using commit_comment API. +- Events: fix a case events were called from API and we + couldn't fetch registered user. + +- Search: goto repository commit search functionality will now use a safe + search option and try not to throw meaningless errors to users from this view. +- Annotations: fixed UI problems in annotation view for newer browsers. + +Upgrade notes +^^^^^^^^^^^^^ + +- Streaming support was changed for push operations. We tested this in several + cases, but please send any feedback if you encounter any problems with it. + diff --git a/docs/release-notes/release-notes.rst b/docs/release-notes/release-notes.rst --- a/docs/release-notes/release-notes.rst +++ b/docs/release-notes/release-notes.rst @@ -9,6 +9,7 @@ Release Notes .. toctree:: :maxdepth: 1 + release-notes-4.6.1.rst release-notes-4.6.0.rst release-notes-4.5.2.rst release-notes-4.5.1.rst