Releases: yugabyte/yugabyte-db
v2.0.9 (January 02, 2020)
YSQL Changes
- [YSQL] Push down LIMIT clause for INDEX_ONLY_SCAN. #3128
- [YSQL] Drop DB persist, delete sys tables. #2997
- [YSQL] Correctly report unsupported features in plpgsql grammar. #2005
- [YSQL] Enable DISCARD statement in grammar. #2491
- [YSQL] Update only the assigned columns in UPDATE statement. #3106
- [YSQL] Move YBCPgSession and PgTxnManager into PgApiImpl. #3053
- [YSQL] Deprecate num_tablets in CreateTableRequestPB
- [YSQL] Support create colocated db/table . #3033
YCQL Changes
- [YCQL] Support conditional DMLs in transaction statement block. #166
- [YCQL] Compatibility Issue - Not processing older format of protobuf message when picking index. #3175
System improvements
- Enable CXX11 ABI. #3116
- Limited transactional DDL: each DDL statement in its own transaction. #3108
- Improved TcpStream::sending_ queue memory tracking. #3041
- Per service gauge counter for number of enqueued rpcs. #2389
- Handle GetChanges(MinimumOpID) as a Request for the First Log Entry. #3036
- Fixed vmodule logging configuration. #3176
- Log over-replicated tablets in load balancer. #3173
- Fix for stuck Inbound RPC connections due to hitting memory limit. #2562
- Retry transaction status table creation if it fails. #3182
- Add ability to set transaction priority range using SQL. #3024
- Delete provisional records RocksDB SSTable files. #2186
Platform
- [YW] Change Intro dialog to only appear on login. Add checkbox in Intro dialog for permanently hiding modal. #3138
- [Platform] Fix console errors in UI code #2790
- [YW] Fix backup Universe from changing to undefined url
- [Platform] Task history not reflecting when a encryption is enabled/disabled/rotated #2929
- Add per node metrics for health. #2894
- Implement RBAC in Yugaware. #2793
- Add chrony configuration while provision step. #3038
Note on upgrades from pre 2.0 releases
Version 2.0 release includes a backward incompatible file format change for YSQL. Note: Prior to 2.0, YSQL was still in beta. This means that if you have an existing cluster running releases older than 2.0 with YSQL enabled, then you will not be able to upgrade to version 2.0 or higher release.
There are two ways to address the above note.
- If you don't care about preserving your existing data, then delete your cluster, and create a new
cluster with 2.0.x.x - If you want to continue using your existing data, then please save your data,
delete the cluster, create a new cluster with 2.0.x.x and then load the previously saved data.
v2.0.8 (December 13, 2019)
YSQL Changes
- [YSQL] enable client-to-server TLS encryption for postgres process in case use_client_to_server_encryption is set to true. #2980
- [YSQL] Disable the unnecessary pggate-level auto read restarts. #2812
- [YSQL] yb-admin command to delete namespace, table and index. #3069
- [YSQL] Assertion failed on TRUNCATE TABLE command. #1632
- [YSQL] Consider HASH column when seeking index for ORDER BY clause. #2792
YCQL Changes
- [YCQL] Fixed 'kong migrations bootstrap' failure with yugabyte. #2829
System improvements
- Add log retention by op id policy documentation. #2773
- Switch Linuxbrew to 20181203T161736. #3044
- Check transaction status after load. #2186
- [2DC] Make cdc_poller log messages more descriptive
- Lower max timeout on master async tasks from 1 hour to 15 minutes. #1655
- Cleanup intents written for foreign key check. #3111
Platform
- [YW] Add a prometheus metrics export endpoint. #2459
- [YW] Recursively call task status API sequentially so there is no overlap. #2998
- [Platform] Move the CMK policy to be moved to KMS instead of having it universe level #2942
Note on upgrades from pre 2.0 releases
Version 2.0 release includes a backward incompatible file format change for YSQL. Note: Prior to 2.0, YSQL was still in beta. This means that if you have an existing cluster running releases older than 2.0 with YSQL enabled, then you will not be able to upgrade to version 2.0 or higher release.
There are two ways to address the above note.
- If you don't care about preserving your existing data, then delete your cluster, and create a new
cluster with 2.0.x.x - If you want to continue using your existing data, then please save your data,
delete the cluster, create a new cluster with 2.0.x.x and then load the previously saved data.
v2.0.7 (December 04, 2019)
System improvements
- Expose rocksdb max_write_buffer_number as a gflag. #2935
- Roll forward master tablet deletion on fault during DeleteTable. #2721
- Batch Records on 2DC Consumer. #2580
- Use raft commit hybrid time for write batch frontier. #2912
- Remove aborted transaction from follower. #2186
- Add leader_stepdown to yb-admin.#1943
- [2DC] TLS support for 2DC
- CDC op id retention policy. #2486
- Fix double cleanup of provisional records. #2186
- Improved RPC heartbeats sending. #2964
Platform
- [YW] Fix node metrics on Universe specific Nodes page. #3006
- Fix the host info query to be called only on provider config page. #1342
Note on upgrades from pre 2.0 releases
Version 2.0 release includes a backward incompatible file format change for YSQL. Note: Prior to 2.0, YSQL was still in beta. This means that if you have an existing cluster running releases older than 2.0 with YSQL enabled, then you will not be able to upgrade to version 2.0 or higher release.
There are two ways to address the above note.
- If you don't care about preserving your existing data, then delete your cluster, and create a new
cluster with 2.0.x.x - If you want to continue using your existing data, then please save your data,
delete the cluster, create a new cluster with 2.0.x.x and then load the previously saved data.
v2.0.6 (November 23, 2019)
YSQL changes
- [YSQL] Transparent read restarts for general queries. #1237
- [YSQL] Support row level security (RLS) as per Postgres. #1870
- [YSQL] use database type in catalog_manager for keyspace name uniqueness. #1476
- [YSQL] Enable fmgr cache for C functions. #2596
- [YSQL] fix delete from table returning * query with dropped columns. #2398
- [YSQL] Update catalog manager data while renaming YSQL table, DB and columns. #2280
- [YSQL] FOR [NO KEY] UPDATE. #2842
- Use transaction pool for YSQL. #2909
- [YSQL] Increase default PostgreSQL output buffer size; fix a bug with unnamed_stmt_psrc. #2975
- [YSQL] use ~/.yugabytedb as default certificate folder for ysqlsh #2985
- [YSQL] Pick transaction id such that its leader is local to transaction coordinator #2889
System improvements
- [docdb] Speedup data loading in Master Leader startup. #2663
- [docdb] Speedup CREATE DATABASE for YSQL.
- Set Timeout and elapsed time in same units #2826
- Track memory taken by CDC producer. #2888
- Cleanup TIMED_OUT calls from /rpcz. #2807
- Improve logging of shutting down idle and broken connections. #2918
- Do not display user index tables as system tables in master UI. #2921
- CDC Producer Metrics. #2154
- yb-admin support for in-memory encryption keys. #2916
- Poll TCMalloc stats on update of root MemTracker. #2566
- Fix LB enable / disable handling. #1942
- Propagate hybrid time from follower. #2956
Platform
- [Platform] - Rotate key with service should not rely on alias/cmk already existing #2943
- [YW] Enable alerts email button is not clickable #2827
- [Platform] - Fix SetUniverseKey task for unencrypted universes #2976
- Fix k8s metrics for CPU and Disk Usage.
- [Platform] Support instance profiles for default CMK policy #2949
Note on upgrades from pre 2.0 releases
Version 2.0 release includes a backward incompatible file format change for YSQL. Note: Prior to 2.0, YSQL was still in beta. This means that if you have an existing cluster running releases older than 2.0 with YSQL enabled, then you will not be able to upgrade to version 2.0 or higher release.
There are two ways to address the above note.
- If you don't care about preserving your existing data, then delete your cluster, and create a new
cluster with 2.0.x.x - If you want to continue using your existing data, then please save your data,
delete the cluster, create a new cluster with 2.0.x.x and then load the previously saved data.
v2.0.5 (November 15, 2019)
YSQL changes
- [YSQL] Change HINT text for unsupported "alter procedure/function". #2718
- [YSQL] Support client-server TLS encryption #2471
- [YSQL] Fix Master crash when deleting YSQL database #2665
- [YSQL] Fix read point for row lock stmt. #2523
- [YSQL] Transparent read restarts for aggregate queries. #2216
- [YSQL] Show oid for YSQL tables in master UI. #1525
YCQL changes
- [YCQL] Server crashes on WHERE condition for key_column and collection_column. #2638
- [YCQL] NULL value for clustering PK column causes driver to keep retrying. #2737
- [YCQL] Support CREATE TABLE ... WITH NUM TABLETS. #2448
- [YCQL] Support nested user-defined types #2729
System improvements
- Pipe cmk policy into EncryptionAtRestService #2714
- [CDC] Include CDC consumer op ID while determining op ID to evict from cache. #2317
- [docdb] Roll forward master tablet deletion on fault during DeleteTable #2721
- Add optional placement_uuid to yb-admin. #2589
- Truncate fails after add_node, problem on bootstraping #2804
- Update glog to fix issue with stack trace symbolization. #2800
- Implement new write throttling algorithm based on number of SST files in leader and followers. #2750
- Improve sending CQL result from TServer. #1450
- Fix non transactional conflict resolution. #2823
- Do not flush rocksdb memtable when user drops table. #2719
- Add and update placement ID for read replicas. #2876
- [CDC] Use new GetChanges API on CDC Consumer. #2863
- Fix DeleteTable concurrency issues. #2799
- [2DC] Don't log CDC record data. #2841
- Add support for in memory universe keys #2682
- Lower consensus_max_batch_size_bytes default to 4MB. #2739
- Inbound RPC calls are not destroyed until timeout or service shutdown #2887
- Don't reset cdc_state checkpoint to 0.0. #2897
- Change failure handling in ProcessRpcStatus. #2879
- Do smart consumer producer tablet mapping. #2679
- Add Java Client Support for Encryption at Rest #2906
- Generate new rejection score on retry. #2750
Platform
- [Platform] Add ability to turn off encryption at rest for an encrypted at rest universe #2730
- [Platform] Cache universe key registry in memory on YW side #2770
- [Platform] Add ability to launch aws instances with encryption enabled storage #2759
- [Platform] Scheduled backups for Single table and Full universe flows.
- [Platform] Use a YW default CMK policy instead of the AWS default policy #2896
- [Platform] Enable support for Rotate Key/Disable Key/Enable Key flows. #2927
- [Platform] Integrate YW KMS with in-memory encryption at rest #2915
- [Platform] Rotate key with service should not rely on alias/cmk already existing #2943
- [Platform] Periodic job to set latest universe key into master from YW #2728
Note on upgrades from pre 2.0 releases
Version 2.0 release includes a backward incompatible file format change for YSQL. Note: Prior to 2.0, YSQL was still in beta. This means that if you have an existing cluster running releases older than 2.0 with YSQL enabled, then you will not be able to upgrade to version 2.0 or higher release.
There are two ways to address the above note.
- If you don't care about preserving your existing data, then delete your cluster, and create a new cluster with 2.0.x.x
- If you want to continue using your existing data, then please save your data,
delete the cluster, create a new cluster with 2.0.x.x and then load the previously saved data.
v2.0.3 (October 28, 2019)
YSQL changes
- [YSQL] Build YBTupleID value with respect to DocDB column order. #2438
- [YSQL] Support TLS Server-Server Encryption through YSQL API. #1845
- [YSQL] Check constraints when doing UPDATE. #2361
- [YSQL] Add default password to yugabyte user for ysqlsh. #2594
- [YSQL] authentication and authorization. #2610
- [YSQL] client authentication update. #2614
- [YSQL] Enable FOR SHARE and FOR KEY SHARE row locking in YSQL SELECT statements. DMLs on tables with foreign key references work regardless of isolation level (previously only worked in
SERIALIZABLE
isolation)#1199 - [YSQL] Avoid namespace id resolving for import_namespace yb-admin command. #2582
- [YSQL] SERIALIZABLE READ ONLY DEFERRABLE. #2161
YCQL changes
- [YCQL] Fix for SIGBUS TS crash on invalid statement. #2476
- [YCQL] A role shouldn't be able to modify the superuser status of itself or of a role granted to it. #2505
- [YCQL] Fix issue with permissions inheritance. #2550
- [YCQL] Mangling the column name in IndexTable for index selecting processing. #741
- [YCQL] Wrong port sent for NEW_NODE topology change events. #2607
- [YCQL] Fixed: Cannot CREATE TYPE when user has CREATE permissions for keyspace. #2556
- [YCQL] Add support for IF clause in SELECT statement. #2640
- [YCQL] Add description for JSONB INDEX and IF clause in SELECT. #2651
- [YCQL] Not reserving keyword USER and WHEN. #1661
- [YCQL] EXPLAIN SELECT causes tserver to crash. #2616
System improvements
- Added missing extractor checks into version_edit, so ldb doesn't crash. #2510
- Fix race in Batcher. #2501
- [2DC] Update checkpoint for replicated records, ignore tablet status while looking up peer. #2487
- Reduce log level while skipping over display of stats for tablets with state RaftGroupStatePB::SHUTDOWN. #1488
- [2DC] Send from_checkpoint only when consumer knows the last checkpoint. #2522
- Remove may exist state from YBTransaction. #2501
- [CDC] Setup Java Console Connector for CDC. #2081
- Fix operation memory double tracking. #1436
- Reinit total replicas to move when master leader fails during tserver blacklisting. #2453
- Display num sst files for tablets in yb_admin list_tablets_for_tablet_server. #2536
- Use boost::amotic for op_id_copy_ member (128 bits structure). #2545
- Derive proxy rpc addresses. #1023
- Update consensus meta term during local bootstrap. #2570
- Add metrics for thread count in each category. #1785
- Cleanup queue on timeout. #2592
- Do not call LogReader::Open() twice when skip_wal_rewrite is enabled. #2124
- Display num log segments for tablets in yb_admin list_tablets_for_tablet_server. #2555
- Fix Bug in YEDIS Keys Command. #2381
- Fix num tablets per table. #2630
- modify_placement_info clears read replica config. #2628
- Fix use of load balancer concurrent action limits. #2624
- Node should be able to transition from master to shell mode and back to master. #2007
- Use new linuxbrew (20191015T202549). #2608
- Remove in_memory_erase option and use SingleDelete instead of Delete. #2569
- Fixed invalid read-time for RF==1 case. #2394
- Move Rpcs to CDC consumer from CDC poller. #2549
- [CDC] Make redirection to tablet leaders for GetChanges asynchronous. #2503
Note on upgrades from pre 2.0 releases
Version 2.0 release includes a backward incompatible file format change for YSQL. Note: Prior to 2.0, YSQL was still in beta. This means that if you have an existing cluster running releases older than 2.0 with YSQL enabled, then you will not be able to upgrade to version 2.0 or higher release.
There are two ways to address the above note.
- If you don't care about preserving your existing data, then delete your cluster, and create a new cluster with 2.0.x.x
- If you want to continue using your existing data, then please save your data,
delete the cluster, create a new cluster with 2.0.x.x and then load the previously saved data.
v2.0.1 (October 08, 2019)
YSQL changes
- [YSQL] Allow ALTER COLUMN add/set/drop identity. #2226
- [YSQL] PostgreSQL error code handling to avoid string-based error comparisons. #1289
- [YSQL] Fix duplicate key error being suppressed in COPY. #2289
- [YSQL] VERIFY_RESULT creates undesirable copy of Result<T&>'s value. #2298
- [YSQL] Warn on non-txn COPY with incompatible relation. #2278
- [YSQL] Allow ALTER COLUMN add/set/drop identity. #2226
- [YSQL] PostgreSQL error code handling to avoid string-based error comparisons. #1289
- [YSQL] Aggregate pushdowns in YSQL. #1851
- [YSQL] Skip dropped columns when iterating through the columns for UPDATE statement. #1969
- [YSQL] Use keyspace id instead of name in requests from yb-admin to catalog_manager. #1476
- [YSQL] Fix insert into temp table in function body assertion error. #1541
- [YSQL] Fix memory leak in psql. #2388
- [YSQL] Add default password for yugabyte user. #2465
YCQL changes
- [YCQL] Fixed permission check for DROP TYPE. #2373
- [YCQL] Fix for 'value too long' error code mapping. #2116
- [YCQL] 'expression not yet supported' error for old-format index update. #2470
System improvements
- Do not retry flush/compact async tasks. #2229
- Make yb-admin log an error message instead of fatal-ing on failed init. #2141
- Propagate timeout to transaction. #2334
- Warn on non-txn COPY with incompatible relation. #2278
- [2DC] Add Exponential Backoff to CDC Consumer. #2362
- Add support for cotable id in EnumerateIntents (needed for transactional DDL). #1404
- TServer blacklisting for leadership role. #1748
- Avoid unnecessary RocksDB lookup when we have multiple ops to one tablet. #2186
- [2DC] Reduce checkpoint frequency, avoid self looping in CDC producer, apply polling delay correctly. #2364
- Request intents cleanup even on failed replicas. #2411
- Add number of sst files to tables and tablets pages for tserver. #2230
- Fix role and term cache. #2267
- yb-admin add RF to add_read_replicas. #2395
- [2DC] Fix transaction status and record handling in CDC producer/consumer. #2386
- Handle concurrent shutdown and remote bootstrap. #2428
- [CDC] Fix bug in condition check for tablet leader. #2449
- Fix remote bootstrap for encryption at rest. #2462
- Implement dynamic priorities for compaction tasks. #2004
- [2DC] Update checkpoint for replicated records, ignore tablet status while looking up peer. #2487
- [2DC] yb-admin command to pause/resume replication. #2367
Note on upgrades from pre 2.0 releases
Version 2.0 release includes a backward incompatible file format change for YSQL. Note: Prior to 2.0, YSQL was still in beta. This means that if you have an existing cluster running releases older than 2.0 with YSQL enabled, then you will not be able to upgrade to version 2.0 or higher release.
There are two ways to address the above note.
- If you don't care about preserving your existing data, then delete your cluster, and create a new cluster with 2.0.x.x
- If you want to continue using your existing data, then please save your data,
delete the cluster, create a new cluster with 2.0.x.x and then load the previously saved data.
v2.0.0 (September 17, 2019)
File format change
Version 2.0 release includes a backward incompatible file format change for YSQL. Note: Prior to 2.0, YSQL was still in beta. This means that if you have an existing cluster running releases older than 2.0 with YSQL enabled, then you will not be able to upgrade to version 2.0 or higher release.
There are two ways to address the above note.
- If you don't care about preserving your existing data, then delete your cluster, and create a new cluster with 2.0.x.x
- If you want to continue using your existing data, then please save your data,
delete the cluster, create a new cluster with 2.0.x.x and then load the previously saved data.
YSQL Changes
- [YSQL] Add CREATE TABLE tablet splits to grammar.#1486
- [YSQL] Add catch-all ysql configuration gflags.#1140
- [YSQL] Allow ALTER TABLE ALTER COLUMN SET|DROP NOT NULL. #1200
- [YSQL] Add retry logic to pgbench. #2058
- [YSQL] Optimize single-row UPDATE/DELETE statements. #1028
- [YSQL] IN predicate pushdown. #1554
- [YSQL] Add top-level ysql configuration gflags. #1140
- [YSQL] Add support for various ALTER TABLE ADD COLUMN variants. #2055
- [YSQL] Support UDTs, records. #1676
- [YSQL] Order range columns with respect to primary key descripttion. #1250
- [YSQL] Support ALTER TABLE ADD COLUMN with default value. #2055
- [YSQL] Enable ANALYZE, VACUUM in grammar. #2217
- [YSQL] Non-transactional COPY in YSQL. #1926
- [YSQL] CREATE/DROP AGGREGATE, CAST, OPERATOR, OPERATOR CLASS. #1981
- [YSQL] Create yugabyte, system_platform as default database. #2277
YCQL Changes
- [YCQL] Fixed TS crash if a built-in function argument is a column. #1944
System Improvements
- Propagate intents apply failure to client.#1974
- Check shutdown state while scheduling compaction.#2100
- Add leader check on master TS Write interface. #1995
- Correctly handle duplicate key in postgres layer. #2012
- Remove StopWatch from RocksDB Seek. #2136
- Avoid picking read time for the serializable transactions. #2125
- CDC: Producer and consumer master handshake to setup 2DC. #1977
- Optimized Drop Table Locking. #2056
- Reduce number of sys_catalog writes: skip no change heartbeats. #1966
- CDC: Consumer changes. #1481
- CDC: Add master master support. #1824
- Increase WAL retention time when CDC stream is setup on table. #2050
- Apply changes received from producer universe. #2153
- CDC: Delete for DROP DATABASE. #2114
- Show Load Balancer state in Master UI. #646
- Add support for error code categories to Status. #2200
- [2DC] Handle rpc controller errors and CDC consumer shutdown. #2231
- Don't apply transactions on tablets without intents. #2070
- Allow dynamic priorities in PriorityThreadPool. #2004
- Added rocksdb_universal_compaction_always_include_size_threshold. #2085
- Do full table name match while finding matching tables in 2DC. #2250
- Fix cleaning Raft log after transactional writes are stopped. #2221
- Fix handling of calls expired in queue. #2269
- Load balancer should not be considered idle when tablet remote bootstrap. #2193
- [YSQ]: Fix number of tablets created for system tables. #2293
- Reduce fan-out and use tablet invoker for writing data.
- SerializableReadWriteConflict needs better success probability.
v1.3.1 (July 31, 2019)
Overview of Changes
[IMPORTANT] This version includes a backward incompatible file format change for YSQL. This means that if you have an existing cluster with YSQL schema, then you will not be able to connect to the YSQL database after upgrading to v1.3.1. There are two ways to work around this problem:
- If you don't care about preserving your existing data, then you can delete your older cluster, upgrade to v1.3.1 and create a new cluster.
- If you want to continue using your existing data, then please save your older data (in the form of SQL statements), delete the older cluster, upgrade to v1.3.1, create a new cluster and then load the previously saved data.
YSQL Changes
- [YSQL] Fix error in nextval_internal retry.#1783
- [YSQL] Support bulk inserts for COPY FROM command.#1590
- [YSQL] Support for Triggers and Extensions.#1156
- [YSQL] Simplify gflags enabling YSQL.#1691
- [YSQL] Support NULLS LAST for SELECT.#1734
System Improvements
- Extra cleanup of intents of aborted transactions to prevent repeated log messages.#1722
- Cleanup checkpoints on startup.#498
- Unified yb::RandomAccessFile and rocksdb::RandomAccessFile.#1661
- Clear Pending Delete State on RPC Failure.#424
- Do not crash yb-master process if we fail to find a namespace when listing tables.#1716
- Allow consecutive master restarts to succeed.#1074
- Change soft memory limit handling.#1437
- Use log prefix in MvccManager.#1835
- Fix handling timeout of a local call in the service.#1866
- Fixed TS crash due to NULL name in the PTBindVar object.#1821
- Add /tables view to tablet server ui.#1830
- Add ability to avoid using the compaction thread pool for flushes.#1874
- Tablet leader tracking at catalog manager.#1881
- Allow in memory erase of intents.#1240
- Fix assignment order of propagated_safe_time and propagated.#1889
- Memory monitor should not flush tablet that is already flushing.#1880
- Fixed potential race condition in memory-based flush.#1859
v1.3.0 (Jul 15, 2019)
Overview of Changes
[IMPORTANT] This version includes a backward incompatible file format change for YSQL. This means that if you have an existing cluster with
YSQL schema, then you will not be able to connect to the YSQL database after upgrading to v1.3.0. There are two ways to work around this problem:
- If you don't care about preserving your existing data, then you can delete your older cluster, upgrade to v1.3.0 and create a new cluster.
- If you want to continue using your existing data, then please save your older data (in the form of SQL statements), delete the older cluster, upgrade to v1.3.0, create a new cluster and then load the previously saved data.
YSQL Changes
- [YSQL] Enable DO statements (a.k.a anonymous blocks).#1656
- [YSQL] Fix transaction read restart logic causing stale reads and lost writes.#1646
- [YSQL] Enable beta-features by default.#1639
- [YSQL] Fix value overwrite check in REPEATABLE READ isolation mode in YSQL.#1577
- [YSQL] Allow SELECT from sequences.#999
- [YSQL] Avoid auto-retrying non-DML requests.#1333
- [YSQL] Set the read point correctly at REPEATABLE READ isolation when turning a read-only transaction into a read-write one.
- [YSQL] Add new key column
ybindexkeysuffix
to YSQL index table [format change].#1058 - [YSQL] Add support for setval().#1003
- [YSQL] YSQL catalog cache consistency checking via tablet server shared memory.#1457
- [YSQL] Fix persistence issue with catalog version.#1629
YCQL Changes
- Added built-in function toJson() for YCQL SELECT statement.#992
System Improvements
- Add Master UI page for tracking async tasks.#1145
- Use rw_spinlock in meta cache to decrease lock contention.#1667
- Change default maximum per-tablet RPC batch size to 32mb.#1440
- Fix for flushing old tablets based on memory usage.#1672
- Replaced OS_LINUX with linux for ifdefs.#1711
- Unified yb::SequentialFile and rocksdb::SequentialFile.#1661
- Add a compact_table command to yb-admin.#1735
- Automatically filter out YSQL sys catalog tables from YBClient calls.#1537
- Add TLS support to java yb-client.
- Allow pausing a compaction when another compaction with a higher priority is scheduled.#1314
- Fixed Tablet::Truncate to re-enable auto compactions.1765
- Fix race condition in PriorityThreadPool.#1775