Releases: questdb/java-questdb-client
Releases · questdb/java-questdb-client
1.1.0
Introduced QuestDB's new wire protocol, QWiP, over a WebSocket connection. It uses binary data encoding with type-specific compression techniques, and a column-first format. Significantly improves throughput.
What's Changed
- docs(core): example manifest file by @javier in #6
- feat(ilp): binary wire protocol by @mtopolnik in #7
New Contributors
- @bluestreak01 made their first contribution in #3
- @javier made their first contribution in #6
Full Changelog: 1.0.1...1.1.0
1.0.1
What's Changed
- ci(build): set file encoding to utf-8 for logging by @RaphDal in #1
- chore(conf): update JDK version from 17 to 11 and change tag to 1.0.0 by @RaphDal in #2
- build: 1.0.0 by @bluestreak01 in #3
New Contributors
Full Changelog: https://github.com/questdb/java-questdb-client/commits/1.0.1
1.0.0
Initial release
There are no added features yet. We just split Java client away from QuestDB code base. We are going to lower JDK requirement to 11 in the next release.