Skip to content

Instantly share code, notes, and snippets.

@ktoso
Created January 26, 2017 15:55
Show Gist options
  • Save ktoso/83a157c0f88fad72104f4804496cd51f to your computer and use it in GitHub Desktop.
Save ktoso/83a157c0f88fad72104f4804496cd51f to your computer and use it in GitHub Desktop.
v10.0.3 / 2017-01-26
====================
* Merge pull request #835 from jrudolph/jr/w/738-client-side-documentation
* =doc #738 revamp client-side host-level and connection-level examples + docs
* Merge pull request #822 from jrudolph/jr/w/better-seal-scaladoc
* =doc scalariform fix
* Merge remote-tracking branch 'origin/pull/803' (PR #803)
* Provide Rejection Documentation #593
* +ht2 #758 allow early priotity frames (#830)
* Use whenTerminated instead of deprecated isTerminated #827 (#828)
* =ht2 #773 Enforce upper limit of SETTINGS_INITIAL_WINDOW_SIZE (#816)
* Add support for Specs2 in testkit #485 (#782)
* =htp improve scaladoc on Route.seal
* Merge pull request #811 from gosubpl/wip/755-parse-headers-into-modeled-headers-new
* header parser integrated into http2 workflow (#755)
* Merge pull request #815 from jrudolph/jr/w/fix-mem-leak-forward-port
* Keep SETTINGS_MAX_CONCURRENT_STREAMS in demuxer #774
* Merge pull request #780 from jrudolph/jr/w/http2-implement-priorities
* =ht2 #753 add default response headers (#791)
* Fix broken snip link #797
* Fix PR validation to build the documentation
* Document missing java dsl directives (#802)
* Allow Java bind API to specify port zero (#660)
* Fix ConnectHttp.toHostHttps when no scheme is given
* Provide HttpApp API for Scala and Java #156
* Update jetty-alpn-agent to support JDK 8u121 (#799)
* Update RELEASING.md
* =ht2 break down data packages into smaller ones if there's some window left
* =ht2 refactor multiplexer side of demux into its own class
* =ht2 refactor BufferedOutletSupport a bit to allow easier access from non GraphStageLogic classes
* +ht2 validate that WINDOW_UPDATE must be > 0 (#794)
* Fixes #784 exclude leading double slash from Uri.Authority.toString
* =core #424 fix stream marshalling, better errors, more examples (#565)
* +ht2 #757 handle incoming SETTINGS_MAX_FRAME_SIZE
* Add Documentation for Raw-Request-URI synthetic header #759 (#789)
* +ht2 #776 handle incoming SETTINGS_HEADER_TABLE_SIZE (#790)
* Merge pull request #787 from jrudolph/jr/w/remix-764
* +ht2 improve PING handling, validate incoming stream id of it
* =ht2 add more test infrastructure in Http2ServerSpec
* =ht2 move parseFrame into GraphStageLogic
* =ht2 make SettingsFrame.settings an immutable.Seq
* Merge pull request #786 from jrudolph/jr/w/move-parsing-stages
* =ht2 move framing related code to framing subpackage
* =ht2 improve FrameLogger output for GOAWAY
* Merge pull request #783 from jrudolph/jr/w/http2-push-promise-parsing-rendering
* =ht2 #245 #247 model /parse / render low-level PushPromiseFrame
* =ht2 add pending test for HEADERS parsing
* =ht2 fix import formatting
* Merge pull request #749 from jrudolph/jr/w/748-optimize-ws-frame-succession
* =htc #748 optimize frame creation for streamed WS messages
* =doc Improve the Paradox page template (#767)
* Fix typo of the `tapply` method from `Directive` (#765)
* =ht2 add framelogger for more concise frame logging (#763)
* =ht2 parse and render priority information of HEADERS frames (#762)
* Merge pull request #747 from jrudolph/jr/w/docs-fix-indentation
* Merge pull request #734 from jrudolph/jr/w/http2-use-new-tls-infrastructure
* =doc fix indentation in templates
* +ht2 render FRAME_SIZE_ERROR when SETTINGS ACK has payload (#746)
* improve h2spec compliance - fixes 5.3 (#245) (#751)
* =htp fix formatting
* h2spec fix 6.7 PING frame checks (#245) (#740)
* +ht2 emit GO_AWAY on failed header decompression (#735)
* +doc #743 add more advanced handleNotFound example (#744)
* Add Composing directives java. Issue: #620 (#662)
* +doc update paradox and enable source url feature
* =doc Align alphabetic listing of predefined Java directives
* =doc Remove -java and -scala suffixes from directive link text
* =ht2 split up HPACK coding and conversion to akka-http model
* =ht2 complete for BufferedOutletSupport and GenericOutlet
* =pro disable MiMa in HTTP2 project, experimental (#733)
* +doc #726 enable algolia docs search (#732)
* =ht2 replace SslEngine / ALPN hack by proper solution based on akka/akka#21753
* Update year in Copyright
* +doc,htc #713 document setting up custom status codes (#714)
* Basic auth fix according to rfc7617 - 'charset' auth-param
* Add File upload java example Issue: #592 Add CSV file upload and video upload examples to Java documentation
* Merge pull request #720 from ktoso/wip-http2-tck
* Merge pull request #2 from jonas/ktoso-wip-http2-tck
* =pro Ensure OS specific h2spec artifact and lazily unzip it
* +ht2 add junit reports from h2spec on jenkins
* Merge pull request #1 from jonas/ktoso-wip-http2-tck
* =pro Manage the h2spec binary in sbt
* =pro Use sbt-javaagent to run tests with the jetty-alpn-agent
* download instead of compile h2spec
* commit jetty-alpn since tests must fork off with it already loaded
* +ht2 #251 Proposal of h2spec "tck" integration
* Merge pull request #586 from jonas/fix-394
* Merge branch 'zettelmj-pass_secure_from_http_to_blueprint'
* pass flag from when creating stage to set right schema on HttpEntity creation
* Merge pull request #654 from easel/issue451
* Merge pull request #609 from jlprat/fix-leaking-scaladsl-model-unmarshaller
* Update http-model.md
* Merge pull request #708 from jrudolph/w/459
* Merge pull request #710 from jlprat/patch-1
* Update year in LICENSE
* Update year in Contributing
* Merge pull request #709 from jonas/fix-656
* =doc Document remaining WebSocket Scala directives
* =htp #459 prevent "Connection closed by peer" errors during connection closure
* =doc Document the withPrecompressedMediaTypeSupport Scala directive
* Merge pull request #705 from gosubpl/wip/245-model-priority-frame-with-rendering
* +ht2 added rendering to PriorityFrame model, test cases and minor cleanup (#245)
* Revert to old methods add deprecation and provide new methods for Java DSL
* Merge pull request #699 from jrudolph/jr/w/691-spray-json-UTF-8-decoding
* =pro realign a few dependencies
* +spray #691 fix spray-json unmarshalling of 4-byte UTF-8 characters
* Merge pull request #703 from gosubpl/wip/589-nocontent-ignores-future-failure
* =htc don't ignore failed future for NoContent responses (#589)
* Merge pull request #702 from akka/ktoso-patch-1
* Merge pull request #693 from raygit/documentation-changes
* Update CONTRIBUTING.md
* +htp #691 add Unmarshaller.andThen to combine two Unmarshallers
* !htp deprecate wrongly spelled method
* Add docs for how to test a route with pathEnd at its root (#671) (#692)
* Merge pull request #686 from emanresusername/decoding-example-documentation
* Merge pull request #696 from jrudolph/jr/maintain-mima-versions
* Merge pull request #688 from jonas/scaladoc-exclude-akka-pattern
* =pro manually maintain list of previous versions in MiMa.scala
* slight rewording of docs
* Make explicit the scala lib release to readers
* =doc Remove akka.pattern package from Scaladoc (#684)
* Merge pull request #683 from jonas/document-extractparsersettings
* Fix some things in CONTRIBUTING.md
* http client decoding response example in docs
* Include docs directory when considering changes for PR validation
* Sort basic directives listings in alphabetical order
* Document the extractParserSettings basic directive
* Apply some unrelated formatting changes
* call scala unmarshaller and then convert the FormData object to a Java one
* Add documentation for Raw-Request-URI synthetic header
* Fix return types Return types should belong to Java DSL. Add extra method `entityToMultipartFormData` to unmarshall multipart form data objects
* Match path maps in order of longest matching key prefix (#394)
v10.0.2 / 2017-01-20
====================
* =htc fix memory leak when connection is closed before request entity is consumed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment