Update all minor versions (prod-2-9-advance) (minor) #1557
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2024.8.30
->2024.12.14
3.1.0
->3.2.0
10.2.1
->10.3.1
1.8.1
->1.9.0
1.81.1
->1.83.0
2.2.3
->2.3.0
Release Notes
certifi/python-certifi (certifi)
v2024.12.14
Compare Source
jazzband/geojson (geojson)
v3.2.0
Compare Source
Add support for Python 3.13
Code modernization
RtD bugfix
openlayers/openlayers (ol)
v10.3.1
Compare Source
The 10.3.1 patch release contains several fixes and improvements to types, adds a missing class export and fixes a couple of broken WebGL points examples.
List of all changes
See below for a complete list of features and fixes.
source
option to TileDebug (by @mike-000 in https://github.com/openlayers/openlayers/pull/16279)Dependency Updates
Full Changelog: openlayers/openlayers@v10.3.0...v10.3.1
v10.3.0
Compare Source
In addition to many important bug fixes, the 10.3 release adds several improvements to the recently introduced
ImageTile
source, support for model transformations for theGeoTIFF
source, a newSentinelHub
source, built-in support for UTM coordinate transforms, smart caching of regular shape and icon styles, TypeScript improvements for theVectorImage
layer, and a newWebGLVectorLayer
.Upgrade notes
The
transform
function throws for unknown projectionsPreviously, the
transform()
function from theol/proj
module would apply the identity transform if either the source or the destination projections were unrecognized. Now this function will throw an error if it cannot perform the transform. You can check whether a projection is registered by calling theget()
function fromol/proj
- this function returnsnull
if the projection definition for a provided identifier is not known.The format of the style for
WebGLPointsLayer
has changedSuch a layer would previously be created this way:
From this release on, variables are now set as a separate object at the root of the options object:
List of all changes
See below for a complete list of features and fixes.
background
inol/layer/Tile
options (by @mike-000 in https://github.com/openlayers/openlayers/pull/16371)overlaps
option (by @ahocevar in https://github.com/openlayers/openlayers/pull/16243){-y}
placeholder handling (by @mike-000 in https://github.com/openlayers/openlayers/pull/16233)zDirection
option to ol/source/ImageTile (by @mike-000 in https://github.com/openlayers/openlayers/pull/16231)Dependency Updates
sbrunner/prospector-profile-duplicated (prospector-profile-duplicated)
v1.9.0
Compare Source
1.9.0 (2024-12-03)
New feature
61fec84
Use Ruff instead of multiple tools (@sbrunner)sass/embedded-host-node (sass-embedded)
v1.83.0
Compare Source
v1.82.0
Compare Source
Command-Line Interface
Improve
--watch
mode reliability when making multiple changes at once, suchas checking out a different Git branch.
Parse the
calc-size()
function as a calculation now that it's supported insome browsers.
Dart API
SassCalculation.calcSize()
function.urllib3/urllib3 (urllib3)
v2.3.0
Compare Source
==================
Features
HTTPResponse.shutdown()
to stop any ongoing or future reads for a specific response. It callsshutdown(SHUT_RD)
on the underlying socket. This feature wassponsored by LaunchDarkly <https://opencollective.com/urllib3/contributions/815307>
. (#​2868 <https://github.com/urllib3/urllib3/issues/2868>
)requests and streaming, and makes it possible to use in Node.js if you launch it as
node --experimental-wasm-stack-switching
. (#​3400 <https://github.com/urllib3/urllib3/issues/3400>
__)proxy_is_tunneling
property toHTTPConnection
andHTTPSConnection
. (#​3285 <https://github.com/urllib3/urllib3/issues/3285>
__)NewConnectionError
andNameResolutionError
. (#​3480 <https://github.com/urllib3/urllib3/issues/3480>
__)Bugfixes
#​3489 <https://github.com/urllib3/urllib3/issues/3489>
__)Deprecations and Removals
#​3492 <https://github.com/urllib3/urllib3/issues/3492>
__)Configuration
📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.