All Versions
12
Latest Version
Avg Release Cycle
207 days
Latest Release
1776 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.3.2 Changes
December 10, 2013- Various code improvements
- โก๏ธ Update junit to version 4.11
- ๐ Fix issue #115 - Expose all Context options
- ๐ Fix issue #58 - XPUB can receive multipart messages
- ๐ Fix issue #109 - Make ZMQ.Context and ZMQ.Socket implement java.io.Closeable
- 0๏ธโฃ Use UTF-8 as default charset
- ๐ Use monotonic source for time
- ๐ Use try finally idiom on locks
- Backport fix for race condition on shutdown
- sendByteBuffer should return number of sent bytes
-
v0.3.0 Changes
November 03, 2013- ๐ [maven-release-plugin] prepare release v0.3.0
- ๐ Prepare for release
- โก๏ธ Update maven plugins
- ๐ Change groupId to zeromq
- ๐ Use the org.zeromq groupId
- โ Add build status icon
- ๐ Fix issue #95 - Add travis-ci support
- โ remove usage of bytebuffer just for the sake of a byte array
- ๐ง use configurable Charset in every String.getBytes() and new String()
- ๐ support DirectByteBuffer on socket.sendByteBuffer()
- ignore whole target and also ignore Eclipse's .settings folder
- ๐ fixes zeromq/jeromq#86
- ๐ Improved handling of ephemeral ports
- Possible fix for a memory leak in Poller.fd_table.
- subscriber should ignore HUGZ
- support ZMQ_DELAY_ATTACH_ON_CONNECT socket option
- Close inproc socket pairs on zmq_disconnect
- โ Rewrite TestConnectDelay
- Backport for LIBZMQ-541 fix
- ๐ Fix issue when building with Ant and system default encoding is not UTF-8
- โก๏ธ Update clonesrv6.java
- Ignore CtxTerminatedException at ZContext.destroy
- ๐ Fix issue #76, #77 but at topic remove at trie
- โ Remove global errno
- ๐ฆ expose special purpose raw zmq.SocketBase
- โช Work around for LIBZMQ-496 The problem is that other threads might still be in mailbox::send() when it is destroyed. So as a workaround, we just acquire the mutex in the destructor. Therefore the running send will finish before the mailbox is destroyed.
- patch for issue 456 Do not filter out duplicate subscriptions on the XSUB side of XSUB/XPUB, so that ZMQ_XPUB_VERBOSE doesn't get blocked by forwarding devices (as long as the devices all use ZMQ_XPUB_VERBOSE)
- Issue #72 resource leak at Reaper
- ๐ Issue #70 Remove thread local at errno
- ๐ Fix IPv6 address parsing.
- โ added osgi manifest headers with maven-bundle-plugin
- osgi manifest
- ๐ Fix issue #66 - Add ByteBuffer API to Sockets for sending and receiving messages
- ๐ Fix a bug that socket disconnect didn't terminate properly
- โ add setTCPKeepAlive socket option
- โ add a pom helper for the latest sonatype snapshot
- ๐ fix missing frame at monitoring
- โ Add chapter 5 guide
- ๐ ZMsg.recv documentation of flag options
- ๐ new timer during handling timer_event doesn't set correctly
- chapter 4 java guide
- ๐ fix a bug which unsubscribe doesn't work correctly
- Set the compiler version to 1.6
- โ Suppress platform dependent encoding warning
- ๐ป ZContext.close doesn't have to throw an exception
- implement Closeable on ZContext
- ๐ user friendly error at bind failure
- ๐ change jeromq package namespace and cleanup guide
- Add set method for sockopt ZMQ_XPUB_VERBOSE
- โ Add disconnect method
- Ignore eclipse workspace files
- rewrite poller as it compatile with jzmq
- โก๏ธ converted asyncsrv guide example to use the org.zeromq packaged code, and updated for the slightly different API.
- ๐ fix constant collision between jzmq and czmq
- simplify the ZMQ mayRaise logic
- ๐ fix typo
- โก๏ธ make jzmq compatible and update examples
- LIBZMQ-497 send unsent data in encoder buffer at termination
- moving namespace from org.jeromq to org.zeromq
- Issue#34 inproc connect should raise ZMQException
- ๐ fix POLLOUT polling causes InvalidArgumentException
- โช jdk epoll bug workaround
- ZMsg.send returns boolean value
- ๐ป handle ConcurrentModification Exception
- returns -1 with EAGAIN when mandatory is set and pipe is full
- โจ enhance device code
- ๐ update README about 0.2.0 release
- โ remove persistence related code
- persistence helper encoder
- start 0.3.0-SNAPSHOT