Zoodb Versions Save

ZooDB Object Database

zoodb-0.6.1

2 years ago

Main changes

  • Fixed issue #131: Query on auto-created (and uncommitted) schema causes exception.
  • Updated dependencies for slf4j and junit
  • Improved ZooCheckDb tool to print out schema and index information
  • Fixed issue when executing a single parametrized query instance concurrently.

zoodb-0.6.0

3 years ago

Main changes:

  • License changed to Apache License, Version 2.0
  • New query compiler V4
  • Bug fixes

zoodb-0.5.2

5 years ago

Maintenance release:

  • Fixed Issues #109 and #110 : Inconsistency after removing attribute index..
  • Fixed issue #54 : schema auto-creation fails to roll back properly when commit fails

zoodb-0.5.1

5 years ago

Bug fixes:

  • Issue #111: Support for serialization of persistent objects outside ZooDB
  • Issue #112: Proper handling of reattaching detached objects

zoodb-0.5.0

6 years ago
  • Java 8
  • JDO 3.1
  • slf4j logging
  • bug fixes

zoodb-0.4.9

7 years ago
  • Several bugfixes

zoodb-0.4.8

8 years ago
  • Added API support for ranges in queries
  • Fixed some issues with negative numbers in queries

zoodb-0.4.6

8 years ago

zoodb-0.4.7

8 years ago
  • Improved JDOQL with support for enum.ordinal(), enum.toString(), String.trim(), String.length(), Math.abs(), Math.sqrt(), Math.cos(), Math.sin(), String.substring(), String.indexOf(), String.toUppercase(), String.toLowercase(), Collection.get(), Collection.size()
  • Initial version with non-transactional read. Multi-session access is blocked for now.
  • Initial support for OSGI detection for PersistenceManagerFactory

zoodb-0.4.5

9 years ago
  • Added path queries
  • Added support for boolean methods in queries
  • Thread-safe API