| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| MobilityDB v1.2.1 source code.tar.gz | 2025-10-31 | 25.6 MB | |
| MobilityDB v1.2.1 source code.zip | 2025-10-31 | 26.3 MB | |
| README.md | 2025-10-31 | 1.5 kB | |
| Totals: 3 Items | 51.8 MB | 0 | |
This is a small bugfix release for 1.2.
The main two things changes are:
- Update code to work with PG 18
- Fix commutators of ttext, which caused issues when upgrading to PG 17+ (see [#680], [#725]).
This release includes an upgrade file to fix the commutators. To upgrade from 1.2.0 to 1.2.1, compile and install mobilitydb 1.2.1, and then run ALTER EXTENSION mobilitydb UPGRADE TO 1.2.1;. The only thing this does is to drop and recreate the ttext comparator operators, so unless you are using them in some prepared statement or view, this should not cause issues.
What's Changed
- Improve npoint tests (#640) by @mschoema in https://github.com/MobilityDB/MobilityDB/pull/641
- Remove docker action and update dockerfile (#657) by @mschoema in https://github.com/MobilityDB/MobilityDB/pull/659
- Fix the commutators of the ttext temporal compops (#722) by @mschoema in https://github.com/MobilityDB/MobilityDB/pull/725
- Fix workflow (#663) by @mschoema in https://github.com/MobilityDB/MobilityDB/pull/727
- Update code for PG18 by @mschoema in https://github.com/MobilityDB/MobilityDB/pull/728
- Update pgversion.yml to test PG 17 and 18 by @mschoema in https://github.com/MobilityDB/MobilityDB/pull/729
- Add upgrade file from 1.2.0 to 1.2.1 by @mschoema in https://github.com/MobilityDB/MobilityDB/pull/730
- Update build workflow for macos (#734) by @mschoema in https://github.com/MobilityDB/MobilityDB/pull/739
Full Changelog: https://github.com/MobilityDB/MobilityDB/compare/v1.2.0...v1.2.1