nila
February 21, 2025, 8:14pm
21
Probably SQLite 3.49.1 on Conda:
opened 05:13PM - 19 Feb 25 UTC
bug
### Solution to issue cannot be found in the documentation.
- [x] I checked the… documentation.
### Issue
https://github.com/conda-forge/sqlite-feedstock/commit/302e685b984ea3a36a333a453e75b547007d0f88 sets `SQLITE_DQS=0` but as far as I can tell, dqs=on remains the default setting for sqlite. The [homebrew formula](https://github.com/Homebrew/homebrew-core/blob/637cd6daf239fe70a882779b245f163eb773e09b/Formula/s/sqlite.rb) also seems to leave this setting at the default value. Setting dqs=off breaks `python-diskcache` among other packages (at least until https://github.com/grantjenks/python-diskcache/pull/311 is merged), and is probably unexpected as the default behavior in sqlite itself has not changed. Note that this problem didn't surface until 3.49.1 was released because 3.49.0 was marked as broken.
### Installed packages
```shell
sqlite
```
### Environment info
```shell
n/a
```
If that is the case, then we can ignore this.
echoix
February 22, 2025, 5:54pm
22
It’s fine if a backport of the recent workflow changes isn’t wanted. In that case, just remember to update the docker tags latest, and the 4 “current” tags once the official 8.4.1 is released.
echoix
February 22, 2025, 5:57pm
23
Should the docker images for a patch release use the latest respins of the base images? I didn’t check if they were updated or not, but we only run renovate on the main branch for it.
nila
February 22, 2025, 7:39pm
24
Releasebranch 8.4 is all green now and no issues have been raised. I think we can release a RC2 or go final direct.
Thanks @neteler and everyone! Once we have the mac and windows binaries, we can post a news item and spam it around.
Congrats on a new GRASS version out!
Mac binaries already posted. Thanks to Nicklas Larsson.