- Details
MariaDB 12.1.2, 11.8.5, 11.4.9, 10.11.15 & 10.6.24
12.1.2 - https://mariadb.com/docs/release-notes/community-server/12.1/12.1.2
11.8.5 - https://mariadb.com/docs/release-notes/community-server/11.8/11.8.5
11.4.9 - https://mariadb.com/docs/release-notes/community-server/11.4/11.4.9
10.11.15 - https://mariadb.com/docs/release-notes/community-server/10.11/10.11.15
10.6.24 - https://mariadb.com/docs/release-notes/community-server/10.6/10.6.24
- Details
Introducing our new Gradle build system.
Ant has been around a very long time and is sometimes difficult to change or enhance. Gradle is a modern equivalent and is much faster in it's operation. Here's a short introduction to how we use gradle.
- Details
-
Recently we attempted to improve "git diff -w --quiet" and friends to handle cases where patch output would be suppressed, but it introduced a bug that emits unnecessary output, which has been corrected.
-
The code to squelch output from "git diff -w --name-status" etc. for paths that "git diff -w -p" would have stayed silent leaked output from dry-run patch generation, which has been corrected.
-
Windows "real-time monitoring" interferes with the execution of tests and affects negatively in both correctness and performance, which has been disabled in Gitlab CI.
-
An earlier addition to "git diff --no-index A B" to limit the output with pathspec after the two directories misbehaved when these directories were given with a trailing slash, which has been corrected.
-
The "--short" option of "git status" that meant output for humans and "-z" option to show NUL delimited output format did not mix well, and colored some but not all things. The command has been updated to color all elements consistently in such a case.
-
Unicode width table update.
-
Recent OpenSSH creates the Unix domain socket to communicate with ssh-agent under $HOME instead of /tmp, which causes our test to fail doe to overly long pathname in our test environment, which has been worked around by using "ssh-agent -T".
- Details
PHP 8.4.14 & 8.3.27
- Details
What's New?
- WebSocket client support
- gRPC graduated to GA
- Set a default location for saved collections
- Copy environment variables from the popover
- Collapse/expand the entire collection
- System monitor panel
- Reorder tabs (drag & drop)
- Import multiple collections from a parent folder
- Read-only view for non-string environment variables
- Request getTags method
- gRPC now supports import paths
- OpenAPI import supports path-based grouping
- Added advanced search component including shortcuts
- Per-request redirect and timeout settings
- Support new description schema
- OData-style path parameters
- Profile-based auth for AWS Secrets Manager
Bug Fixes
- OpenAPI request import reliability
- File uploads now stream during request preparation
- Show the active global environment in the config modal
- Digest Auth: handle servers with no QOP
- Don't set Content-Type on requests without a body
- Correct serialization for application/x-www-form-urlencoded
- OAuth2 credentials persist across requests in a collection run
- Remove menu from the About window
- Newly created requests should be added within the directory context
New in CLI
- File body mode for requests
- Enhanced JSON environment file support
Bug Fixes in CLI
- Skip invalid .bru files
- OAuth2 updates and stability fixes