Skip to content

Commit d98e73f

Browse files
committed
Add the new version to the main readme file
1 parent b251ea4 commit d98e73f

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

README.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,8 @@ A library for using Memcached as a second level distributed cache in Hibernate.
88
* https://github.com/raykrueger/hibernate-memcached
99
* https://github.com/kcarlson/hibernate-memcached
1010

11-
#Versions
1211

13-
## 1.1.0
14-
15-
Memcached client now respects the region timeout property
16-
- [Issue #1](https://github.com/mihaicostin/hibernate-l2-memcached/issues/1)
17-
```xml
18-
<property name="hibernate.memcached.REGION.cacheTimeSeconds">10</property>
19-
```
20-
21-
22-
## 1.0.0
23-
* Compatible with hibernate 4.3.x
24-
* Example config:
12+
#Example config:
2513

2614
```xml
2715
<property name="hibernate.cache.region.factory_class">com.mc.hibernate.memcached.MemcachedRegionFactory</property>
@@ -43,3 +31,27 @@ In order to use this library as a maven dependency, just add the following depen
4331
</dependency>
4432
```
4533

34+
35+
#Versions
36+
37+
## 5.2.1.0
38+
39+
- Switched to a new versioning schema, that goes hand in had with [hibernate](http://hibernate.org/orm/).
40+
- Version 5.2.1.x is developed for (and compatible with) hibernate 5.2.1.Final
41+
- Update [spymemcached](https://github.com/couchbase/spymemcached) to the latest version: 2.12.1
42+
43+
44+
### Known issues
45+
- SecondLevelCacheStatistics won't work with this adapter since it tries to get the cache content as a Map (and that's not easily done with memcached)
46+
47+
## 1.1.0
48+
49+
Memcached client now respects the region timeout property
50+
- [Issue #1](https://github.com/mihaicostin/hibernate-l2-memcached/issues/1)
51+
```xml
52+
<property name="hibernate.memcached.REGION.cacheTimeSeconds">10</property>
53+
```
54+
55+
## 1.0.0
56+
* Compatible with hibernate 4.3.x
57+

0 commit comments

Comments
 (0)