Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

0.65.2 and 0.66.0 release notes #2663

Merged
merged 2 commits into from
Nov 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 67 additions & 10 deletions docs/source/release_notes/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,26 +64,83 @@ develop
``SweepBatchConfig`` values will now be halved with each failure until they reach 1 (previously they only went to about 30% due to another bug). This ensures we fully backoff and gives us the best possible chance of success. Values will slowly increase with each successful run until they are back to their default level.
(`Pull Request <https://github.com/palantir/atlasdb/pull/2630>`__)

* - |fixed|
- Reverted the Cassandra KVS executor PR (`Pull Request <https://github.com/palantir/atlasdb/pull/2534>`__) that caused a performance regression.
(`Pull Request <https://github.com/palantir/atlasdb/pull/2637>`__)
* - |improved| |logs|
- ``SweeperServiceImpl`` now logs when it starts sweeping and makes it clear if it is running full sweep or not
(`Pull Request <https://github.com/palantir/atlasdb/pull/2618>`__)

* - |fixed|
- ``CassandraTimestampBackupRunner`` now logs the backup bound correctly when performing a backup as part of TimeLock migration.
Previously, the bound logged would have been logged as ``null`` or as a relatively arbitrary byte array, depending on the content of the timestamp table when performing migration.
(`Pull Request <https://github.com/palantir/atlasdb/pull/2585>`__)
.. <<<<------------------------------------------------------------------------------------------------------------->>>>

=======
v0.66.0
=======

7 November 2017

.. list-table::
:widths: 5 40
:header-rows: 1

* - Type
- Change

* - |improved|
- AtlasDB now depends on Tritium 0.8.3, allowing products to upgrade Tritium without running into ``NoClassDefFound`` and ``NoSuchField`` errors.
(`Pull Request <https://github.com/palantir/atlasdb/pull/2642>`__)

.. <<<<------------------------------------------------------------------------------------------------------------->>>>

===========
v0.66.0-rc2
===========

6 November 2017

.. list-table::
:widths: 5 40
:header-rows: 1

* - Type
- Change

* - |improved|
- AtlasDB now depends on Tritium 0.8.1.
(`Pull Request <https://github.com/palantir/atlasdb/pull/2639>`__)
(`Pull Request <https://github.com/palantir/atlasdb/pull/2641>`__)

* - |improved|
- AtlasDB can now tag RC releases.
(`Pull Request <https://github.com/palantir/atlasdb/pull/2641>`__)

* - |improved| |logs|
- ``SweeperServiceImpl`` now logs when it starts sweeping and makes it clear if it is running full sweep or not
.. <<<<------------------------------------------------------------------------------------------------------------->>>>

===========
v0.66.0-rc1
===========

This version was skipped due to issues on release. No artifacts with this version were ever published.

.. <<<<------------------------------------------------------------------------------------------------------------->>>>

=======
v0.65.2
=======

6 November 2017

.. list-table::
:widths: 5 40
:header-rows: 1

* - Type
- Change

* - |fixed|
- Reverted the Cassandra KVS executor PR (`Pull Request <https://github.com/palantir/atlasdb/pull/2534>`__) that caused a performance regression.
(`Pull Request <https://github.com/palantir/atlasdb/pull/2637>`__)

* - |fixed|
- ``CassandraTimestampBackupRunner`` now logs the backup bound correctly when performing a backup as part of TimeLock migration.
Previously, the bound logged would have been logged as ``null`` or as a relatively arbitrary byte array, depending on the content of the timestamp table when performing migration.
(`Pull Request <https://github.com/palantir/atlasdb/pull/2585>`__)

.. <<<<------------------------------------------------------------------------------------------------------------->>>>

Expand Down