CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 166
Releases: oklog/oklog
v0.3.2
e3ad1c4
Compare
Primarily a bugfix release, addressing a longstanding issue with streaming queries.
Assets 11
v0.3.1
Compare
Assets 11
v0.3.0
Compare
Primarily a bugfix release, we've fixed several panic bugs, and made recovery much more resilient. Logging of errors is also enhanced and made more consistent. Finally, the mmap
filesystem mode is removed; it wasn't really effective.
Assets 11
v0.2.2
Compare
Brings the UI up to par with streaming query support.
Assets 11
v0.2.1
Compare
This is a little point release with a few small bugfixes and enhancements.
- LOCK files are automatically recovered in case of panic or dirty shutdown
- A prototype web UI is available on [ingest]store nodes, API port, /ui/ route — thanks, @xla!
- Debug logs are enhanced, and gated behind a
-debug
flag (default false) - Some efficiency gains in the ingester, by using a non-newline-consuming bufio.Scanner
- Improved tests and test coverage
Assets 11
v0.2.0
Compare
A fun new release with streaming queries! Run oklog stream -h
for details, and check out #34 for implementation details. I'm really excited: this feature should enable entirely new classes of integration with other tools. They're still a bit rough around the edges, so please report any weird behavior or crashes.
Assets 11
v0.1.3
Compare
Assets 11
v0.1.2
Compare
Assets 11
v0.1.1
Compare
This is a hotfix that vendors the dependencies and captures djherbis/nio#3. Thanks to @danp for the spot and fix, and thanks to @djherbis for the quick merge!
Assets 11
v0.1.0
Compare
This is the first release of the prototype OK Log system. Consider this an alpha-quality release: it works well for a selected subset of its intended functionality. If you're interested in trialing OK Log for your project or in your organization, please get in touch! I'd be happy to do a bit of consulting with you.