Releases: GoogleCloudPlatform/appengine-java-standard
Releases · GoogleCloudPlatform/appengine-java-standard
V2.0.37
Full Changelog: v2.0.36...V2.0.37
v2.0.36
What's Changed
- Update all non-major dependencies by @renovate-bot in #367
- Add flag to force Metadata Not Complete in EE8 runtime by @lachlan-roberts in #369
- Update all non-major dependencies by @renovate-bot in #368
- Allows non ancestor queries inside a transaction by @step76 in #366
New Contributors
Full Changelog: v2.0.35...v2.0.36
v2.0.35
What's Changed
- Update all non-major dependencies by @renovate-bot in #363
- Update all non-major dependencies by @renovate-bot in #365
Full Changelog: v2.0.34...v2.0.35
v2.0.34
What's Changed
- allow Jetty 9.4 jetty-servlets class names to work with Jetty 12 by @lachlan-roberts in #345
- Update all non-major dependencies by @renovate-bot in #346
- Update all non-major dependencies by @renovate-bot in #347
- Update to Jetty 12.0.17 and allow invalid pathSpecs in EE8 by @lachlan-roberts in #348
- Update all non-major dependencies by @renovate-bot in #349
- Update all non-major dependencies by @renovate-bot in #351
- Update all non-major dependencies by @renovate-bot in #354
- allow use of old package name for ResourceFileServlet by @lachlan-roberts in #355
- Update all non-major dependencies to v33.4.6-jre by @renovate-bot in #359
- fixes for CompletionListener for the DevAppServer by @lachlan-roberts in #357
- Update all non-major dependencies by @renovate-bot in #360
Full Changelog: v2.0.33...v2.0.34
v2.0.33
What's Changed
- Fix redirect loop bug in ResourceFileServlet by @lachlan-roberts in #333
- Allow null resource base in ResourceFileServlet with Jetty 12 by @lachlan-roberts in #334
- Always set UriCompliance to LEGACY for Jetty 12 Runtimes by @lachlan-roberts in #335
- Update all non-major dependencies by @renovate-bot in #336
- Replace dependency mysql:mysql-connector-java with com.mysql:mysql-connector-j 8.0.33 by @renovate-bot in #338
- Update dependency com.mysql:mysql-connector-j to v8.2.0 [SECURITY] by @renovate-bot in #340
- Update all non-major dependencies by @renovate-bot in #341
- Removing use of Java security manager from appengine_standard/runtime by @srinjoyray in c249025
- Issue #342 - fix issues with devappserver for EE8 by @lachlan-roberts in #343
- Removing AccessController calls from appengine_standard/api_dev by @srinjoyray in a9e6956
- Removing AccessController calls from other directories by @srinjoyray in c2a31ea
Full Changelog: v2.0.32...v2.0.33
v2.0.32
What's Changed
- Update all non-major dependencies by @renovate-bot in #289
- Update all non-major dependencies by @renovate-bot in #292
- Fix multithread build by ensuring jars are build correctly before copy those jars by @olamy in #294
- Update dependency com.google.cloud:google-cloud-logging to v3.20.5 by @renovate-bot in #296
- Improve fix for parallel build by @olamy in #297
- Do not include runtime-* in WEB-INF/lib by @olamy in #298
- Update all non-major dependencies by @renovate-bot in #301
- Update dependency io.netty:netty-common to v4.1.115.Final [SECURITY] by @renovate-bot in #307
- fix GzipHandler issues with HttpConnector mode enabled on Jetty 9.4 by @lachlan-roberts in #308
- cleanup of the JettyServletEngineAdapters and JettyHttpProxy for Jetty 9.4 and 12 by @lachlan-roberts in #309
- Fix HttpServletRequest.getRemoteAddr for the HttpConnector mode by @lachlan-roberts in #311
- ensure callback is completed in the EE10 NullErrorHandler by @lachlan-roberts in #317
- Update dependency com.google.cloud:google-cloud-bigquery to v2.45.0 by @renovate-bot in #322
- Update all non-major dependencies by @renovate-bot in #323
- Add tests for error page mappings by @srinjoyray in #324
- Issue #325 - fixes and testing for HttpServletRequest getServerName by @lachlan-roberts in #327
- Issue #74 - remove trimmed servlets logic from Jetty12 EE8 & EE10 runtimes by @lachlan-roberts in #328
- Update all non-major dependencies by @renovate-bot in #329
- Update all non-major dependencies by @renovate-bot in #330
- Update all non-major dependencies by @renovate-bot in #331
Full Changelog: v2.0.31...v2.0.32
v2.0.31
What's Changed
- Update all non-major dependencies by @renovate-bot in #276
- Update all non-major dependencies by @renovate-bot in #280
- Update all non-major dependencies by @renovate-bot in #281
Full Changelog: v2.0.30...v2.0.31
v2.0.30
What's Changed
- AppEngineAuthenticator does need to extend LoginAuthenticator for EE10 by @lachlan-roberts in #247
- Update all non-major dependencies by @renovate-bot in #248
- Issue #251 - mark baseRequest as secure for HttpConnector mode with Jetty9.4 runtimes by @lachlan-roberts in #252
- Update all non-major dependencies by @renovate-bot in #253
- Update all non-major dependencies by @renovate-bot in #254
- Update all non-major dependencies to v12.0.12 by @renovate-bot in #255
- Update all non-major dependencies by @renovate-bot in #256
- Update all non-major dependencies by @renovate-bot in #259
- Initialize HttpChannel in DelegateConnection to create Violation Listeners by @lachlan-roberts in #260
- Update all non-major dependencies by @renovate-bot in #261
- add markdown file to help with debugging by @lachlan-roberts in #263
- Update all non-major dependencies by @renovate-bot in #265
- ensure flushOnResponseCommit is true for session caches by @lachlan-roberts in #267
- lazy initialization of AppEngineWebAppContext for HttpConnector mode by @lachlan-roberts in #271
- Update all non-major dependencies by @renovate-bot in #273
Full Changelog: v2.0.29...v2.0.30
v2.0.29
What's Changed
- Update all non-major dependencies by @renovate-bot in #238
- Issue #241 - fix deferred authentication for Java21 EE10 runtime by @lachlan-roberts in #243
- Update Jetty versions to 9.4.55 and 12.0.11 by @lachlan-roberts in #245
- Update all non-major dependencies by @renovate-bot in #244
- Fixes for EE10AppEngineAuthentication by @lachlan-roberts in #246
Full Changelog: v2.0.28...v2.0.29
v2.0.28
What's Changed
- Update dependency com.google.cloud:google-cloud-storage to v2.38.0 by @renovate-bot in #176
- fix bugs with DevAppServer and EE8 by @lachlan-roberts in #188
- Add tests for ServletContextListener for jetty94, EE8 and EE10 by @lachlan-roberts in #189
- Update dependency com.google.code.gson:gson to v2.11.0 by @renovate-bot in #201
- Update netty monorepo to v4.1.110.Final by @renovate-bot in #202
- Update dependency com.google.cloud:google-cloud-spanner to v6.67.0 by @renovate-bot in #203
- Update dependency com.google.cloud:google-cloud-storage to v2.39.0 by @renovate-bot in #204
- Update dependency com.google.cloud:google-cloud-datastore to v2.20.0 by @renovate-bot in #214
- Update Jetty to 12.0.10 and fix issues with jetty-dir.css in JettyServletEngineAdapter by @lachlan-roberts in #225
Full Changelog: v2.0.27...v2.0.28