summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2017-06-27 12:00:15 +1000
committerGitHub <noreply@github.com>2017-06-27 12:00:15 +1000
commitd139a5d5be1d7ba94130502b379a61a809e66272 (patch)
tree8e7c4692125a841a486607ccfe26e8499bc4c398 /NEWS
parentf59321a3726bfd0caa71b6c653f7972e9e076682 (diff)
downloadmongo-d139a5d5be1d7ba94130502b379a61a809e66272.tar.gz
WT-3391 Add release notes for the WiredTiger 2.9.3 release (#3481)
* Add release notes for the WiredTiger 2.9.3 release * Update doc landing page
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 380db269523..ffcefd5f8c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,30 @@
Ticket reference tags refer to tickets in the MongoDB JIRA tracking system:
https://jira.mongodb.org
+WiredTiger release 2.9.3, 2017-06-27
+------------------------------------
+
+See the upgrading documentation for details of API and behavior changes.
+
+Significant changes:
+* WT-2972 Add an interface allowing partial updates to existing values
+* WT-3063 Add an interface allowing reservation of records for read-modify-write
+* WT-3142 Add a workload generator application
+* WT-3160 Improve eviction of internal pages from idle trees
+* WT-3245 Avoid hangs on shutdown when a utility thread encounters an error
+* WT-3258 Improve visibility into thread wait time due to pages exceeding memory_page_max
+* WT-3263 Allow archive on restart/recovery if clean shutdown
+* WT-3287 Review WiredTiger internal panic checks
+* WT-3292 Review/cleanup full-barrier calls in WiredTiger
+* WT-3296 LAS table fixes/improvements
+* WT-3327 Checkpoints can hang if time runs backward
+* WT-3345 Improve rwlock scaling
+* WT-3373 Access violation due to a bug in internal page splitting
+* WT-3379 Change when pages can be split to avoid excessively slowing some operations
+
+See JIRA changelog for a full listing:
+https://jira.mongodb.org/browse/WT/fixforversion/18291
+
WiredTiger release 2.9.2, 2017-05-25
------------------------------------