Skip to content

Commit

Permalink
Documented the most important changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
enyim committed Jan 20, 2011
1 parent b27d4b8 commit 243827c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Enyim.Caching/Changes.mdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Enyim Memcached Version History

## Version 2.8-indev
## Version 2.8

* Performance monitoring support. The included DefaultPerformanceMonitor will use Windows performance counters. See [the wiki](http://github.com/enyim/EnyimMemcached/wiki/Configure-the-Performance-Monitor) about configuring this feature.
* Fixed a race condition in the InterlockedQueue. See [Bug #36](https://github.com/enyim/EnyimMemcached/issues#issue/36). Thanks to [danp60](https://github.com/danp60).
* Now it's possible to change the timeout for acquiring a socket from a full pool. This can help reduce the impact of a dead node on yor application. See the [memached/socketPool](https://github.com/enyim/EnyimMemcached/wiki/MemcachedClient-Configuration) element on the wiki.
* Fixed [Bug #37](https://github.com/enyim/EnyimMemcached/issues#issue/37) - NLogFactory class name incorrect
* Added some workarounds for undisposed clients blocking IIS application pool recycles causing 100% CPU spikes

## Version 2.7

Expand Down
6 changes: 3 additions & 3 deletions Membase/Changes.mdown
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Membase Client Version History

## Version 2.11-indev
## Version 2.11

* Performance monitoring support. The included DefaultPerformanceMonitor will use Windows performance counters. See [the wiki](http://github.com/enyim/EnyimMemcached/wiki/Configure-the-Performance-Monitor) about configuring this feature.
* Includes all the changes from Enyim.Caching 2.8-indev
* Includes all the changes from Enyim.Caching 2.8 (perfmon, bugfixes)
* Cleaned up the credentials handling: only BucketName and BucketPasswords will be used, Credentials is obsolete. This way you do not have to specify your Membase cluster admin password in config files. See the wiki for more information.

## Version 2.10

Expand Down

0 comments on commit 243827c

Please sign in to comment.