Stay Informed
This week, read about:
- Which Hole to Plug First? Solving Chronic Vulnerability Patching Overload.
- You Can Now Explore an Open-Source Encyclopedia of 10,000 Years of South Asian Art.
- Infrastructure as SQL on AWS: IaSQL is Now Open Source and SaaS.
Key Security, Maintenance, and Features Releases
Non-Security Updates
Apache ActiveMQ 5.17.1
[AMQ-8518] - NPE when starting ActiveMQ
[AMQ-8550] - ActiveMQSslConnectionFactory: Check for null SSL Keystore and Truststore password
[AMQ-8554] - RESTful API: NoClassDefFoundError->ContinuationSupport
[AMQ-8561] - activemq-web doesn't compile
Docker Compose 2.5.0
Fix search/replace typo in --no-TTY documentation by @ericfreese in #9329
Fix panic with down command when -p flag specified by @glours in #9354
use project we just created to start services by @ndeloof in #9365
include services declared by links as implicit dependencies by @ndeloof in #9368
MySQL Community Server 8.0.29
The maximum size of FIDO authenticator data was increased. (Bug #33655192)
Important Note: The server now uses utf8mb3 rather than utf8 in the following cases:
In the output of SHOW SQL statements (SHOW CREATE TABLE, SHOW CREATE VIEW, SHOW CREATE DATABASE)
When reporting invalid strings.
SQLite 3.38.3
Added the -> and ->> operators for easier processing of JSON. The new operators are compatible with MySQL and PostgreSQL.
The JSON functions are now built-ins. It is no longer necessary to use the -DSQLITE_ENABLE_JSON1 compile-time option to enable JSON support. JSON is on by default. Disable the JSON interface using the new -DSQLITE_OMIT_JSON compile-time option.
Enhancements to date and time functions:
Added the unixepoch() function.
Added the auto modifier and the julianday modifier.