Amazon Chime 歷史版本列表
Amazon Chime 是一種通信服務,可以通過一個您可以信任的安全,易於使用的應用程序轉換在線會議。 Amazon Chime 無縫地在您的設備上工作,以便您可以保持連接。您可以使用 Amazon Chime 進行在線會議,視頻會議,電話,聊天,以及在組織內部和外部共享內容。 Amazon Chime 解放你從任何地方高效地工作. Amazon Chime 使您的在線會議毫不費力。會議開始準時... Amazon Chime 軟體介紹更新時間:2023-01-25
更新細節:
更新時間:2022-12-13
更新細節:
更新時間:2022-11-18
更新細節:
更新時間:2022-11-18
更新細節:
更新時間:2022-11-08
更新細節:
What's new in this version:
Backup:
- Assertion on info.page_size failed in xb_delta_open_matching_space
- Mariabackup locks database for minutes
InnoDB:
- Adaptive hash index MDEV-27700, MDEV-29384
- MVCC and locking
- Virtual columns
- InnoDB crash recovery fixes
- Race condition between KILL and transaction commit
- Implement CHECK TABLE…EXTENDED for InnoDB
- InnoDB persistent statistics fail to update after bulk insert
- InnoDB bulk insert bug fixes
Replication:
- XA COMMIT is not binlogged when the XA transaction has not updated any transaction engine
- Concurrent CREATE TRIGGER statements made to binlog without any mixup
Repositories:
- Beginning with the next release (Q1 2023), our Yum, DNF, and Zypper repositories for Red Hat, Fedora, and SUSE will be migrated to being signed with a new GPG key. The key we are migrating to is the same one we already use for our Debian and Ubuntu Repositories.
- The short Key ID is: 0xC74CD1D8
- The long Key ID is: 0xF1656F24C74CD1D8
- The full fingerprint of the key is: 177F 4010 FE56 CA33 3630 0305 F165 6F24 C74C D1D8
- The key can be imported now in preparation for this change using the following command:
Docker Official Image:
- The following changes have been made to the docker.io/library/mariadb container image.
- The number of gpg packages packages has been removed, leaving enough to apt-get update, but dirmngr that would fetch keys has been removed. (inspired by issue #469)
- The environment variable LANG=C.UTF-8 has been added for those that exec into containers and copy paste UTF8 characters (fixes issue #468).
- Adds OCI labels to image (fixes issue 436 and users need for version)
- MariaDB config: skip-host-cache and skip-name-resolve moved to /etc/mysql/mariadb.conf.d/05-skipcache.cnf
更新時間:2022-09-20
更新細節:
更新時間:2022-09-20
更新細節:
What's new in this version:
- Includes all fixes from MariaDB 10.7.6
- Merge Revision #d2cae171d1 2022-09-13 09:02:38 +0300 - Merge 10.7 into 10.8
- Merge Revision #d95ffd3df0 2022-09-09 00:20:34 +0900 - Merge 10.7 into 10.8
- Revision #7a93d4535f 2022-09-07 17:27:33 +0200
- MDEV-18353 fixup. Run mtr test on Windows
- Merge Revision #71fc31ba36 2022-09-07 09:25:46 +0300 - Merge 10.7 into 10.8
- Merge Revision #dee24f3155 2022-09-05 15:59:56 +0300 - Merge 10.7 into 10.8
- Merge Revision #c8cd162a0a 2022-08-30 13:04:17 +0300 - Merge 10.7 into 10.8
- Merge Revision #2bddc5d045 2022-08-24 10:22:37 +0300 - Merge 10.7 into 10.8
- Merge Revision #445234942a 2022-08-15 11:55:47 +0200 - Merge branch '10.8' into bb-10.8-release
- Merge Revision #58e4041c40 2022-08-15 00:59:41 -0400 - Merge branch 'bb-10.8-bumpversion' of github.com:MariaDB/server into bb-10.8-bumpversion
- Revision #1f93a30d04 2022-08-15 00:56:13 -0400
- Revision #2447be665d 2022-08-15 00:56:13 -0400
更新時間:2022-08-16
更新細節:
What's new in this version:
Notable Items:
InnoDB:
- InnoDB corruption due to lack of file locking
- FULLTEXT search with apostrophe, and mandatory words
- ALTER TABLE IMPORT TABLESPACE corrupts an encrypted table
- ALTER TABLE wrong-result fix
- Crash recovery fixes MDEV-28731)
- DDL crash recovery fixes MDEV-28802, MDEV-28864, MDEV-28870, MDEV-28923, MDEV-28977)
- Avoid crashes on corrupted data MDEV-18519, MDEV-21098, MDEV-22388, MDEV-28457, MDEV-28950)
- Bulk load bug fixes MDEV-28679)
- Performance fixes MDEV-28766)
Replication:
- ER_SLAVE_INCIDENT error is specified now on slave to be seen with SHOW-SLAVE-STATUS
- INCIDENT_EVENT is no longer binlogged when a being logged transaction can be safely rolledback
- sequences related row-format events are made to correspond to binlog_row_image
- Possible reason of FLUSH BINARY LOGS hang is eliminated
- Fix out-of-order gtid error in the circular semisync setup
Galera:
- Possible to write/update with read_only=ON and not a SUPER privilege
- Node crashes with Transport endpoint is not connected mysqld got signal 6
- Galera4 not able to report proper wsrep_incoming_addresses
- Galera should replicate nextval()-related changes in sequences with INCREMENT <> 0, at least NOCACHE ones with engine=InnoDB
- Add support for OpenSSL 3.0 in Galera
Optimizer:
- Server crash in JOIN_CACHE::free or in copy_fields
- Queries that use DISTINCT and an always-constant function like COLLATION(aggegate_func(...)) could cause a server crash. Note that COLLATION() is a special function - its value is constant even if its argument is not costant.
- Crash when using ANY predicand with redundant subquery in GROUP BY clause
- A query with a subuquery in this form could cause a crash:
- ... ANY (SELECT ... GROUP BY (SELECT redundant_subselect_here)) ...
- MariaDB Server SEGV on INSERT .. SELECT
- Certain queries in form "INSERT ... SELECT with_aggregate_or_window_func" could cause a crash.
- restore_prev_nj_state() doesn't update cur_sj_inner_tables correctly
- Subquery semi-join optimization could miss LooseScan or FirstMatch strategies for certain queries.
- Optimizer uses all partitions after upgrade to 10.3
- For multi-table UPDATE or DELETE queries, the optimizer failed to apply Partition Pruning optimization for the table that is updated or deleted from.
- Range optimizer regression for key IN (const, ....)
- The issue can be observed on MariaDB 10.5.9 and later versions which have the fix for MDEV-9750. That fix introduceds optimizer_max_sel_arg_weight.
- If one sets optimizer_max_sel_arg_weight to a very high value or zero (which means "unlimited") and runs queries that produce heavy-weight graphs, they can observe a performance slowdown, e.g.:
- table.keyXpartY [NOT] IN ( ... )
- Wrong result with table elimination combined with not_null_range_scan
- If one runs with optimizer_switch='not_null_range_scan=on' (which is not enabled by default), a query that does a join and has const tables could produce a wrong result.
- Assertion `tmp >= 0' failed in best_access_path
- If one uses histogram_type=JSON_HB, has collected a histogram of that type and runs a query that selects a very narrow range near histogram end, they can hit an assertion in the optimizer due to rounding errors in the histogram causing negative selectivity.
Spider:
- spider_init_sql_alloc_size and spider_buffer_size have been deprecated MDEV-28560)
- Spider's high-availability feature has been deprecated
JSON:
- JSON_TABLE: extract document fragment into JSON column
CONNECT:
- CONNECT Engine now supports INSERT IGNORE with Mysql Table type
General:
- New mariadb client option, -enable-cleartext-plugin. Option does not do anything, and is for MySQL-compatibility purposes only.
- Crash in JSON_EXTRACT
- ALTER TABLE ALGORITHM=NOCOPY does not work after upgrade
- Server crash upon CREATE VIEW with unknown column in ON condition
- password_reuse_check plugin mixes username and password
- As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 10.8 for Debian 10 "Buster" for ppc64el
- Repositories for Ubuntu 22.04 and RHEL/Rocky 9 have been added in this release
Security:
Fixes for the following security vulnerabilities:
- CVE-2022-32082
- CVE-2022-32089
- CVE-2022-32081
- CVE-2018-25032
- CVE-2022-32091
更新時間:2022-04-29
更新細節:
更新時間:2022-04-27
更新細節: