Sourced from github/codeql-action's releases.
v3.28.19
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.19 - 03 Jun 2025
- The CodeQL Action no longer includes its own copy of the extractor for the
actions
language, which is currently in public preview. Theactions
extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactions
language and you have pinned yourtools:
property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disableactions
analysis.- Update default CodeQL bundle version to 2.21.4. #2910
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
- Bump minimum CodeQL bundle version to 2.16.6. #2912
3.28.19 - 03 Jun 2025
- The CodeQL Action no longer includes its own copy of the extractor for the
actions
language, which is currently in public preview. Theactions
extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactions
language and you have pinned yourtools:
property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disableactions
analysis.- Update default CodeQL bundle version to 2.21.4. #2910
3.28.18 - 16 May 2025
- Update default CodeQL bundle version to 2.21.3. #2893
- Skip validating SARIF produced by CodeQL for improved performance. #2894
- The number of threads and amount of RAM used by CodeQL can now be set via the
CODEQL_THREADS
andCODEQL_RAM
runner environment variables. If set, these environment variables override thethreads
andram
inputs respectively. #28913.28.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
3.28.16 - 23 Apr 2025
- Update default CodeQL bundle version to 2.21.1. #2863
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
3.28.14 - 07 Apr 2025
- Update default CodeQL bundle version to 2.21.0. #2838
3.28.13 - 24 Mar 2025
No user facing changes.
3.28.12 - 19 Mar 2025
- Dependency caching should now cache more dependencies for Java
build-mode: none
extractions. This should speed up workflows and avoid inconsistent alerts in some cases.- Update default CodeQL bundle version to 2.20.7. #2810
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
... (truncated)
fca7ace
Merge pull request #2918
from github/update-v3.28.19-4a00331d41dcd2be
Update changelog for v3.28.194a00331
Merge pull request #2910
from github/update-bundle/codeql-bundle-v2.21.4c0a821d
Add changelog noted621686
Update default bundle to codeql-bundle-v2.21.4dc138d4
Merge pull request #2913
from github/henrymercer/win-2019-deprecated3201e46
Stop running CI on windows-2019
7fd6215
Merge pull request #2911
from github/update-supported-enterprise-server-versions31eae5e
Update supported GitHub Enterprise Server versionsbc02a25
Merge pull request #2908
from github/henrymercer/dependabotSourced from org.bouncycastle:bcprov-jdk18on's changelog.
2.1.1 Version Release: 1.81 Date: 2025, 4th June.
... (truncated)
Sourced from org.bouncycastle:bcpkix-jdk18on's changelog.
2.1.1 Version Release: 1.81 Date: 2025, 4th June.
... (truncated)
Sourced from io.micrometer:micrometer-core's releases.
1.15.1
:lady_beetle: Bug Fixes
- IndexProviderFactory throws ConcurrentModificationException #6243
- Make InstrumentationVerificationTests compatible with JUnit 5.13 and earlier versions #6344
- gRPC client interceptor incorrectly registers status CANCELLED as error #6261
:hammer: Dependency Upgrades
- Bump software.amazon.awssdk:cloudwatch from 2.31.41 to 2.31.58 #6372
- Bump com.netflix.spectator:spectator-reg-atlas from 1.8.12 to 1.8.14 #6336
- Bump dropwizard-metrics from 4.2.30 to 4.2.32 #6307
- Bump io.prometheus:prometheus-metrics-bom from 1.3.7 to 1.3.8 #6306
- Bump io.prometheus:prometheus-metrics-bom from 1.3.6 to 1.3.7 #6241
:memo: Tasks
- Remove AtomicReference from StatsdMeterRegistryTest #6311
- Remove java11Test setup from micrometer-test #6293
- Polish StatsD line builders #6285
- Improve StatsD tests #6284
- Resolve StringSplitter from Error Prone #6271
- Resolve EqualsGetClass from Error Prone #6263
- Resolve ClassCanBeStatic from Error Prone #6253
- Resolve InlineFormatString from Error Prone #6232
- Add more tests for TimedHandler #6227
- Replace TimeUtils usage to TimeUnit where applicable #6224
:heart: Contributors
Thank you to all the contributors who worked on this release:
@izeye
,@kwondh5217
,@cfredri4
, and@ngocnhan-tran1996
1.15.0
:star: New Features
- Further enhancement to OtlpMetricsSender #6025
- Make Prometheus Metric and Label naming conventions consistent #5923
- Metrics for Executors.newVirtualThreadPerTaskExecutor() #5488
- Metrics for live virtual threads #5950
- More flexible OTLP per meter configuration #6099
- Prometheus/OpenMetrics
_created
timestamp #2625- Make jvm.classes.unloaded description generic #5745
- Use String.toLowerCase()/toUpperCase() with Locale.ROOT consistently #5711
- Use failWithActualExpectedAndMessage() where possible #5696
- Provide target host/port info in ObservationExecChainHandler when HttpHostConnectException is thrown #5615
- Enable Gauge builders to take a subclass of Number #5601
- micrometer-observation-test support for assertions on events #5576
... (truncated)
315a851
Merge branch '1.14.x' into 1.15.x17ff40b
Merge branch '1.13.x' into 1.14.x606afaf
Resolve StringSplitter from Error Prone (#6271)0bfe23b
Merge branch '1.14.x' into 1.15.xaa61a2c
Merge branch '1.13.x' into 1.14.xb1c5697
Migrate to gradle/actions/wrapper-validation@v4f5ad95f
Bump software.amazon.awssdk:cloudwatch from 2.31.57 to 2.31.58 (#6372)ec25823
Merge branch '1.14.x' into 1.15.x046236e
Fix ConcurrentModificationException in Exponential Histogram (#6363)0c56034
Merge branch '1.14.x' into 1.15.xSourced from org.postgresql:postgresql's releases.
v42.7.6
Changes
- Prepare release notes for release 42_7_6 (new format)
@davecramer
(#3628)- fix: isValid incorrectly called execute, instead of executeWithFlags fixes Issue #3630
@davecramer
(#3631)- add override
@davecramer
(#3629)- add the ability to turn off automatic LSN flush
@davecramer
(#3403)- test: add tests with reWriteBatchedInserts=true
@vlsi
(#3616)- test: add CI executions with adaptive_fetch=true by default
@vlsi
(#3615)- test: simplify TestUtil.openDB, add tests with various assumeMinServerVersion values
@vlsi
(#3614)- Deprecate group startup parms
@davecramer
(#3613)- Add back application name setting
@joejensen
(#3509)- Copr: Use Java 21 as the build dependency
@mkoncek
(#3607)- fix indentation of return child to allow built pass in Checkstyle's CIs
@mohitsatr
(#3611)- Set column name explicitely when using
current_database()
in queries@kneth
(#3526)- add PgMessageType and use static variables for protocol literals
@davecramer
(#3609)- Handle protocol 3.2 and wider cancel keys.
@davecramer
(#3592)- refactor empty resultset to use empty result set if the catalog is not correct
@davecramer
(#3588)- Use query to find the current catalog instead of relying on the database in the connection URL or connection properties as this could be different if connected through a pooler or proxy
@davecramer
(#3565)- ci: add Java 24 tests
@davecramer
(#3580)- docs: Relabel 42.7.4 as past version as it is no longer the latest
@sehrope
(#3586)- test: remove stale logging message from SslTest
@vlsi
(#3584)- chore: appply the latest byte-buddy version for tests so we support the latest Java versions
@vlsi
(#3583)- fix: make PgConnection#abort compatible with Java 24
@vlsi
(#3582)- chore(deps): update plugin com.github.burrunan.s3-build-cache to v1.8.5
@renovate-bot
(#3573)- Fix JavadocTagContinuationIndentation in AfterBeforeParameterResolver
@Anmol202005
(#3566)- Revert "use in row values instead of union all (#3510)"
@vlsi
(#3524)- use in row values instead of union all
@davecramer
(#3510)- feat: enhanced DatabaseMetadata.getIndexInfo() method, added index comment as REMARKS property
@raminorujov
(#3513)- Nit: correct message in main.yml test action
@ecki
(#3503)- chore: use import instead of require to support modern NodeJS
@vlsi
(#3502)- chore: use PostgreSQL 17 rather than 17rc1 for CI tests
@vlsi
(#3501)- chore: add ErrorProne verification to catch bugs ealier
@vlsi
(#3493)- fix: ArrayIndexOutOfBounds when write big object into GSS enabled connection, make GSSInputStream robust in face of streams that produce incomplete reads
@vlsi
(#3500)- refactor: factor out duplicated .getBytes() when converting date/time to Date/Time/Timestamp
@vlsi
(#3497)- chore: exclude Oracle Java 17 from CI tests
@vlsi
(#3499)- chore: remove unused Travis CI configuration
@vlsi
(#3498)- Undeprecate sslfactoryarg connection property
@sehrope
(#3496)- fix:Fix sending extra_float_digits
@davecramer
(#3491)🐛 Bug Fixes
- fix: EOFException on PreparedStatement#toString with unset bytea parameter since 42.7.4
@MrEasy
(#3369)🧰 Maintenance
⬆️ Dependencies
... (truncated)
Sourced from org.postgresql:postgresql's changelog.
[42.7.6]
Features
- fix: Enhanced DatabaseMetadata.getIndexInfo() method, added index comment as REMARKS property [PR #3513](pgjdbc/pgjdbc#3513)
Performance Improvements
- performance: Improve ResultSetMetadata.fetchFieldMetaData by using IN row values instead of UNION ALL for improved query performance (later reverted) [PR #3510](pgjdbc/pgjdbc#3510)
- feat:Use a single simple query for all startup parameters, so groupStartupParameters is no longer needed [PR #3613](pgjdbc/pgjdbc#3613)
Bug Fixes
Protocol & Connection Handling
- fix: Send extra_float_digits=3 for PostgreSQL 12+ as well [PR #3491](pgjdbc/pgjdbc#3491)
- fix: Fixed handling of protocol 3.2 and wider cancel keys [PR #3592](pgjdbc/pgjdbc#3592)
- fix: Made PgConnection#abort compatible with Java 24 [PR #3582](pgjdbc/pgjdbc#3582)
- fix: Fixed ArrayIndexOutOfBounds when writing big objects into GSS enabled connections [PR #3500](pgjdbc/pgjdbc#3500)
- fix: Added back application name setting [PR #3509](pgjdbc/pgjdbc#3509)
Metadata & Catalog Handling
- fix: Set column name explicitly when using current_database() in queries [PR #3526](pgjdbc/pgjdbc#3526)
- fix: Use query to find the current catalog instead of relying on the database in the connection URL [pull #3565](pgjdbc/pgjdbc#3565)
- fix: Refactored empty resultset to use empty result set if the catalog is not correct [PR #3588](pgjdbc/pgjdbc#3588)
API Improvements
- fix: Undeprecated Fastpath API and fixed deprecation warnings [PR #3493](pgjdbc/pgjdbc#3493)
- fix: Undeprecated sslfactoryarg [PR #3496](pgjdbc/pgjdbc#3496)
- fix: Added PgMessageType and used static variables for protocol literals [PR #3609](pgjdbc/pgjdbc#3609)
- fix: Add the ability to turn off automatic LSN flush [PR #3403](pgjdbc/pgjdbc#3403)
- fix: isValid incorrectly called execute, instead of executeWithFlags [PR #3631](pgjdbc/pgjdbc#3631). Fixes [Issue #3630](pgjdbc/pgjdbc#3630)
- fix: EOFException on PreparedStatement#toString with unset bytea parameter since 42.7.4 Commit 0a88ea4. Fixes [Issue #3365](pgjdbc/pgjdbc#3365)
Infrastructure & Build Improvements
Java Support
- update: Updated to use Java 21 for building pgjdbc by default [PR #3612](pgjdbc/pgjdbc#3612)
- update: Updated Java 21 as the build dependency for copr [PR #3607](pgjdbc/pgjdbc#3607)
- update: Updated latest JDK to version 24 [PR #3580](pgjdbc/pgjdbc#3580)
- update: Applied the latest byte-buddy version for tests to support the latest Java versions [PR #3583](pgjdbc/pgjdbc#3583)
Testing & Quality
- test: Added ErrorProne verification to detect bugs earlier [PR #3493](pgjdbc/pgjdbc#3493)
- test: Simplified TestUtil.openDB, added tests with various assumeMinServerVersion values [PR #3624](pgjdbc/pgjdbc#3614)
- test: Updated to use PostgreSQL 17 rather than 17rc1 for CI tests [PR #3501](pgjdbc/pgjdbc#3501)
- test: Removed stale logging message from SslTest [PR #3584](pgjdbc/pgjdbc#3584)
- test: Added CI executions with adaptive_fetch=true by default for performance testing [PR #3615](pgjdbc/pgjdbc#3615)
- test: Added tests with reWriteBatchedInserts=true [PR #3616](pgjdbc/pgjdbc#3616)
Code Quality
- doc: Fixed javadoc warnings [PR #3493](pgjdbc/pgjdbc#3493)
... (truncated)
689708f
Prepare release notes for release 42_7_6 (new format) (#3628)0a88ea4
fix: EOFException on PreparedStatement#toString with unset bytea
parameter si...2de9b94
fix: make sure Connection.isValid correctly uses executeWithFlags fixes
Issu...d9e2087
add override (#3629)665b27b
add the ability to turn off automatic LSN flush (#3403)253c682
chore(deps): update burrunan/gradle-cache-action action to v32d1ae0c
chore(deps): update plugin com.gradle.develocity to v4baeb893
fix(deps): update dependency
org.openrewrite.rewrite:org.openrewrite.rewrite....e24d599
fix(deps): update dependency com.google.errorprone:error_prone_core to
v2.38.01617c68
fix(deps): update dependency
net.ltgt.errorprone:net.ltgt.errorprone.gradle.p...