Changelog¶
0.0.2 (2026-04-11)¶
Fixed¶
Restore release date assignment. c1d585f (discussion)
The
--versionoption no longer controlslicenseandpublicationPolicy. c6953aeThe
force_publishconfiguration is no longer ignored. c6953aeRemove hardcoding of OCID prefix in logger messages.
Changed¶
Dates¶
Datetimes use UTC with a
Zsuffix (2026-04-10T21:30:00Z) instead of US Pacific with an offset (2026-04-10T14:30:00-07:00). This affects:the release’s
date, when not derivable from datathe package’s
publishedDatethe package’s
urithe package’s filename
If
--no-streamis set and--packageisn’t set, then the package’s filename defaults to e.g.2026-04-10T21:30:00Z(Zsuffix and no microseconds), instead of e.g.2026-04-10T14:30:00.123456(microseconds and noZsuffix).
Codes¶
Unmapped codelist values are no longer passed through (instead of discarded) for
/tender/statusand/tender/procurementMethodby default. To migrate:[mapping] codelist_passthrough_paths = ["/tender/status", "/tender/procurementMethod"]
The milestone lookup table (
[releases to Dte]) is no longer queried by default. To migrate:[mapping] milestone_lookup_sql = "SELECT code, title, description FROM [releases to Dte]"
The splitting of space-separated milestone codes is no longer performed by default. To migrate:
[mapping] split_milestone_codes = true
API arguments¶
Keyword arguments are required for boolean arguments: 4268fcc
nightingale.writer.DataWriter.write()andnightingale.writer.new_name()require thepackageargument to set"publishedDate", when the package is adict.nightingale.writer.DataWriter.start_package_stream()requires thepackage_metadataargument to set"publishedDate".
API naming¶
Rename package to
ocdsnightingale.Rename command to
ocdsnightingale.Rename
ocdsnightingale.utilsmodule toocdsnightingale.util.Rename
ocdsnightingale.climodule toocdsnightingale.__main__.Rename
nightingale.mapper.OCDSDataMapper’s milestone lookup attribute fromrelease_lookuptomilestone_lookup.
Dependencies¶
Unpin dependencies.
Removed¶
Move Portland configuration files to open-contracting/data-support.
0.0.1 (2026-04-10)¶
First release.