Skip to content

Latest commit

 

History

History
335 lines (167 loc) · 16.2 KB

CHANGELOG.md

File metadata and controls

335 lines (167 loc) · 16.2 KB

Change Log

Full Changelog

Closed issues:

  • Let AtmosphereFramework close the connection first and then Netty. #84

  • Allow configuring maxWebSocketFrameSize #83

  • onHandshake not invoked on listener #82

  • Add support for Pusher protocol #52

Full Changelog

Closed issues:

  • Test fails on Windows #81

Full Changelog

Closed issues:

  • [Firefox] [NettoSphere] ManagedService Disconnect never called #80

Merged pull requests:

  • Bumping netty version from 3.9.2 to 4.0.21. #75 (mxk1235)

Full Changelog

Closed issues:

  • Default host should be: 0.0.0.0 #77

  • PubSub Sample #76

Merged pull requests:

  • Change BridgeRuntime initialization sequence to have all config.initParams() taken into account. #79 (thabach)

  • Make the I/O boss and worker Executors configurable (to accommodate SEDA threading models) #78 (thabach)

Full Changelog

Closed issues:

  • How to configure Guice + JAX-RS ? #74

Full Changelog

Closed issues:

  • Wrong path calculation with Config.basePath #73

Full Changelog

Closed issues:

  • Unmodified static resource must interrupt the request dispatch #71

  • ChunkedWriter usage of Nettty's Wrapped ChannelBuffer eats too much memory #69

  • After some connections/disconnections socketio freezes on sendMessage #68

  • Nettosphere doesn't work in Windows 7 #28

  • [windows] Unit test failures #3

Merged pull requests:

Full Changelog

Closed issues:

  • Add support for streaming body request #67

  • Improve performance by using wrappedBuffer #66

  • Add support for ChannelBuffer Poolling #65

  • Add support for non-chunked response #64

  • Upgrade to Netty 3.8.0 #63

  • Allow disabling Chunk Aggregator #61

  • binary websockets not supported #16

Full Changelog

Closed issues:

  • Expose child.tcpDelay and child.keepAlive property from Netty. #62

  • Add Flash Support #58

  • Allow disabling ChannelPipeline's ChunkedWriteHandler #57

  • Allow adding ChannelUpstreamHandler to the Netty's Pipeline #56

  • Return proper content-type header in static file handler #55

  • Ignore URL parameters in static file handler #54

  • [Performance] Improve Amtosphere Integration #53

  • binaryWrite in NettyWebSocket is always false #45

  • Shutdown Closing Issue #43

  • Improve Shutdown #42

  • Nettosphere Websocket Init Params #39

  • [websocket] Return 404 when no resources are found #36

  • socket.io sample is throwing exception #33

  • Add script launcher #32

  • Resolution of JerseyBroadcaster OSGI Bundle #27

  • Add a npm-like dependencies manager #12

Merged pull requests:

Full Changelog

Full Changelog

Closed issues:

  • Internet Explorer 10 websocket error #51

  • [websocket] Possible ClassCastException on close #50

Full Changelog

Closed issues:

  • Request timeout not handled correctly. #49

  • Unable to create uber jar #47

Full Changelog

Closed issues:

  • CorsInterceptor not working #48

  • Long Polling is very slow because of InetSocketAddress#getHostName() in NettyAtmosphereHandler #46

  • Error writing response for HTTP Request #44

  • Sources jar on nexus #22

Full Changelog

Closed issues:

  • nettosphere-2.0.0.RC3: SSL problems with static files? (server returns HTTP/1.1 500 Internal Server Error)) #41

Merged pull requests:

  • Set cookies from underlying Netty request on AtmosphereRequest #40 (robrasmussen)

Full Changelog

Closed issues:

  • StackOverflowError on SocketIOAtmosphereInterceptor - Cancelling the connection for AtmosphereResource #34

Full Changelog

Closed issues:

  • java.lang.IllegalArgumentException: unsupported message type: class org.jboss.netty.handler.codec.http.DefaultHttpResponse #38

  • On shutdown, make sure suspended connection are properly resumed #37

  • Make servlet version agree with atmosphere #20

  • add ability to configure netty for ssl #17

  • Add a Server Distribution #11

Merged pull requests:

  • Set the contentLength on the AtmosphereRequest. #35 (thabach)

Full Changelog

Closed issues:

  • fix : build request in application.js #31

  • fix check path on both os : unix and windows #30

  • the /oss.sonatype.org links to samples are returning 404's #29

  • socket.io sample is throwing exception #26

  • Autodetect and fallback transport not working. #24

  • Add support for byte frame #23

  • QueryParams are not grabbed from the url #18

Merged pull requests:

Full Changelog

Closed issues:

  • Nettosphere "400 Bad Request" when sending message through WebSocket (AHC) #13

Merged pull requests:

  • Build changes to allow more modular inclusion for embedded usage #21 (jjongsma)

Full Changelog

Full Changelog

Closed issues:

  • UTF-8 characters encoding not working #15

  • Long Polling transport closed immediatelly #14

Full Changelog

Full Changelog

Full Changelog

Full Changelog

Closed issues:

  • @Suspend lead to NoSuchMethodError: org.atmosphere.cpr.AtmosphereRequest.isAsyncStarted() #9

  • initParam() not taken into account? #7

  • Exceptions when suspending response #6

  • Nettosphere Example #4

nettosphere-1.2 (2012-04-12)

Full Changelog

Closed issues:

  • Cannot Access AtmosphereHandlers #10

  • Speed up / Add option to switch off autoscanning #8

  • Root path and resource specific path ignored #5

nettosphere-1.1.0 (2012-03-19)

Full Changelog

Closed issues:

  • test error #2

  • compile error #1

nettosphere-1.0.0 (2012-03-02)

* This Change Log was automatically generated by github_changelog_generator