Spring Data KeyValue Changelog
==========================

Changes in version 1.1.8.RELEASE (2017-03-02)
---------------------------------------------
* DATAKV-163 - Use Spring 5 compatible version of AnnotatedElementUtils.findAnnotationAttributes.
* DATAKV-161 - Release 1.1.8 (Hopper SR8).


Changes in version 1.2.1.RELEASE (2017-03-02)
---------------------------------------------
* DATAKV-163 - Use Spring 5 compatible version of AnnotatedElementUtils.findAnnotationAttributes.
* DATAKV-162 - Release 1.2.1 (Ingalls SR1).


Changes in version 1.1.7.RELEASE (2017-01-26)
---------------------------------------------
* DATAKV-155 - Release 1.1.7 (Hopper SR7).


Changes in version 1.2.0.RELEASE (2017-01-26)
---------------------------------------------
* DATAKV-158 - Update project documentation with the CLA tool integration.
* DATAKV-157 - Migrate ticket references in test code to Spring Framework style.
* DATAKV-156 - Release 1.2 GA (Ingalls).


Changes in version 1.1.6.RELEASE (2016-12-21)
---------------------------------------------
* DATAKV-148 - Release 1.1.6 (Hopper SR6).


Changes in version 1.2.0.RC1 (2016-12-21)
-----------------------------------------
* DATAKV-154 - Upgrade to a newer JDK version on TravisCI.
* DATAKV-153 - Adapt API in RepositoryFactoryBeanSupport implementation.
* DATAKV-152 - Register repository factory in spring.factories for multi-store support.
* DATAKV-142 - Consider PartTree.isLimiting() and PartTree.getMaxResults() when creating queries.
* DATAKV-141 - Release 1.2 RC1 (Ingalls).


Changes in version 2.0.0.M1 (2016-11-23)
----------------------------------------
* DATAKV-150 - Set up 2.0 development.
* DATAKV-149 - Release 2.0 M1 (Kay).


Changes in version 1.1.5.RELEASE (2016-11-03)
---------------------------------------------
* DATAKV-146 - Release 1.1.5 (Hopper SR5).


Changes in version 1.1.4.RELEASE (2016-09-29)
---------------------------------------------
* DATAKV-144 - Release 1.1.4 (Hopper SR4).


Changes in version 1.0.6.RELEASE (2016-09-29)
---------------------------------------------
* DATAKV-145 - Release 1.0.6 (Gosling SR6).


Changes in version 1.0.5.RELEASE (2016-09-20)
---------------------------------------------
* DATAKV-143 - Release 1.0.5 (Gosling SR5).
* DATAKV-136 - Secure random algorithm in DefaultIdentifierGenerator not available on Windows.


Changes in version 1.1.3.RELEASE (2016-09-20)
---------------------------------------------
* DATAKV-139 - Release 1.1.3 (Hopper SR3).
* DATAKV-136 - Secure random algorithm in DefaultIdentifierGenerator not available on Windows.


Changes in version 1.2.0.M1 (2016-07-27)
----------------------------------------
* DATAKV-137 - Cached queries reuse the EvaluationContext.
* DATAKV-136 - Secure random algorithm in DefaultIdentifierGenerator not available on Windows.
* DATAKV-133 - Release 1.2 M1 (Ingalls).


Changes in version 1.1.2.RELEASE (2016-06-15)
---------------------------------------------
* DATAKV-137 - Cached queries reuse the EvaluationContext.
* DATAKV-136 - Secure random algorithm in DefaultIdentifierGenerator not available on Windows.
* DATAKV-134 - Release 1.1.2 (Hopper SR2).


Changes in version 1.1.1.RELEASE (2016-04-06)
---------------------------------------------
* DATAKV-132 - Release 1.1.1 (Hopper SR1).


Changes in version 1.1.0.RELEASE (2016-04-06)
---------------------------------------------
* DATAKV-131 - Add pull request template.
* DATAKV-130 - Release 1.1 GA (Hopper).


Changes in version 1.1.0.RC1 (2016-03-18)
-----------------------------------------
* DATAKV-128 - Release 1.1 RC1 (Hopper).
* DATAKV-117 - Type information should be passed on to adapter.
* DATAKV-112 - Allow query intialization strategy to be configured.


Changes in version 1.0.4.RELEASE (2016-02-23)
---------------------------------------------
* DATAKV-126 - Release 1.0.4 (Gosling SR4).


Changes in version 1.1.0.M1 (2016-02-12)
----------------------------------------
* DATAKV-125 - Add code of conduct.
* DATAKV-124 - Release 1.1 M1 (Hopper).
* DATAKV-123 - KeyValueRepositoryFactoryBean should expose dedicated createRepositoryFactory(…) method.
* DATAKV-121 - Add support for projections on repository query methods.
* DATAKV-119 - Upgrade to Querydsl 4.
* DATAKV-115 - Executing query methods on repositories is not thread-safe.
* DATAKV-114 - Query using a repository's findByXXX fails when a property XXX of any entry is null.
* DATAKV-111 - Typos in reference documentation.


Changes in version 1.0.2.RELEASE (2015-12-18)
---------------------------------------------
* DATAKV-122 - Release 1.0.2 (Gosling).


Changes in version 1.0.1.RELEASE (2015-11-15)
---------------------------------------------
* DATAKV-118 - Release 1.0.1 (Gosling).
* DATAKV-114 - Query using a repository's findByXXX fails when a property XXX of any entry is null.
* DATAKV-111 - Typos in reference documentation.


Changes in version 1.0.0.RELEASE (2015-09-01)
---------------------------------------------
* DATAKV-110 - Release 1.0 GA (Gosling).


Changes in version 1.0.0.RC1 (2015-08-04)
-----------------------------------------
* DATAKV-109 - Release 1.0 RC1 (Gosling).


Changes in version 1.0.0.M1 (2015-06-02)
----------------------------------------
* DATAKV-108 - Release 1.0 M1 (Gosling).
* DATAKV-107 - Add license to repository.
* DATAKV-106 - Set up Travis build and Slack notifications.
* DATAKV-105 - Polish implementation after recent addition of featurs.
* DATAKV-104 - Refactor event handling according to design in Spring Data MongoDB.
* DATAKV-103 - Add minimal keyspace bound interface to access underlying store via Adapter.
* DATAKV-101 - Favor Iterable over Collection types as return types in KeyValueAdapter and KeyValueOperations.
* DATAKV-100 - Update artifactId on readme.md.
* DATAKV-99 - Add KeyValueIterator.
* DATAKV-98 - Adapt to changes in Spring Data Commons.
* DATAKV-97 - Upgrade to gosling build pom.
* DATAKV-96 - Add 'findAll' method to QuerydslKeyValueRepository which accepts a querydsl Predicate and a Sort.
* DATAKV-95 - Adapt to latest changes in Querydsl APIs in Spring Data Commons.
* DATAKV-94 - Remove invalid @since attributes from javadoc.
* DATAKV-93 - Add readme and reference documentation.
* DATAKV-91 - Add support for sending application events.
* DATAKV-90 - Add findAll variant with QueryDSL OrderSpecifier without a Predicate.
* DATAKV-89 - KeyValueTemplate.insert(…) should throw DuplicateKeyException for duplicate keys instead of InvalidDataAccessApiUsageException.
* DATAKV-88 - Let the configuration infrastructure for maps default a KeyValueTemplate.
* DATAKV-87 - @EnableMapRepositories should allow the definition of the Map-type to be used.
* DATAKV-86 - Move configuration infrastructure for Map-based repositories into map package.
* DATAKV-85 - Migrate key-value infrastructure from Spring Data Commons.
* DATAKV-84 - Setup project structure.
