Releases: tzaeschke/zoodb
Releases · tzaeschke/zoodb
zoodb-0.6.1
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
Main changes:
- License changed to Apache License, Version 2.0
- New query compiler V4
- Bug fixes
zoodb-0.5.2
zoodb-0.5.1
zoodb-0.5.0
- Java 8
- JDO 3.1
- slf4j logging
- bug fixes
zoodb-0.4.9
- Several bugfixes
zoodb-0.4.8
- Added API support for ranges in queries
- Fixed some issues with negative numbers in queries
zoodb-0.4.7
- 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.6
[maven-release-plugin] copy for tag zoodb-0.4.6
zoodb-0.4.5
- Added path queries
- Added support for boolean methods in queries
- Thread-safe API