Releases: Netflix/karyon
Releases · Netflix/karyon
v3.0.0: Merge pull request #234 from elandau/3.x
Modify Karyon API to take a KaryonConfiguration instead of using the builder pattern
1.0.27
2.1.00-RC6
2.1.00-RC5
- Pull 113 Websockets example and
Karyon
factory methods. - Issue 114
Karyon.forHttpServer()
andKaryon.forServer()
methods are broken - Issue 115Upgrade rxnetty to 0.3.14
Artifacts: Maven Central
2.1.00-RC4
- Issue 69 Support executable jars.
- Issue 86 Jersey module does not consume request payload.
- Issue 94 Deprecate the _Router interfaces and use RxNetty's
_Handler
interfaces - Issue 100 Fix examples documentation and build.
- Issue 109 Update rxnetty to 0.3.13.
- Issue 111 Karyon should also support applications without @bootstrap annotations
- Issue 112 Support non-guice based
RequestHandler
Deprecations
- Issue 94 Deprecate the _Router interfaces and use RxNetty's
_Handler
interfaces
Artifacts: Maven Central
karyon-2.1.00-RC3
This is a release candidate for karyon 2.0
- Pull 96 Abstract RxNettyModule for connection oriented protocols with concrete implementation for TCP.
- Pull 93 Refactor SimpleUriRouter to be more clear/consistent.
- Pull 90 Organize examples.
- Pull 89 Move SimpleUriRouter
- Pull 118 Additional headers would not be transmitted in jersey-extension.
- Issue 82 eureka and archaius integration must be in different modules.
- Issue 83 Provide a way to configure HealthCheckHandler in @KaryonBootstrap.
- Issue 79 Bug trying to set other jersey properties through archaius
Artifacts: Maven Central
karyon-1.0.26
New Features
- #63 health check should support a "STARTING" status
Bug fixes
None
Artifacts: Maven Central
karyon-2.1.00-RC2
karyon-1.0.25
New Features
None
Bug fixes
- #67 KaryonServer uses Guava method that has been removed
Artifacts: Maven Central
karyon-1.0.24
New Features
None
Bug fixes
- #66 Range dependency versions does not go well with Netflix artifactory. Moving back to fixed versions.