Releases: spacetelescope/vo-models
Releases · spacetelescope/vo-models
v0.4.2 - Update SQL/ADQL keywords and improve handling
What's Changed
- ASB-29242: Update reserved ADQL/SQL keywords by @jwfraustro in #28
Updates the reserved ADQL/SQL keyword list to include new reserved words included as part of ADQL 2.1.
Additionally, adds handling for potentially malformed, or unescaped keywords in the creation of VODataservice & VOSITables models
v0.4.2.dev0
Expand handling for reserved ADQL/SQL keywords.
Full Changelog: v0.4.1...v0.4.2.dev0
v0.4.1 - Static typing improvements
v0.4.0 - VOSICapabilities, TAPRegExt, VOResource
What's Changed
- Add py.typed file by @rra in #22
- Update deprecated Pydantic constructions by @rra in #23
- Support multivalued UWS parameters by @rra in #24
- VOSICapabilities / TAPRegExt / VOResource by @jwfraustro in #25
New Contributors
Full Changelog: v0.3.1...v0.4.0
v0.4.0.dev1 - Fix Namespace in VOSI Capabilities
Update to include the VODataservice namespace in the VOSI Capabilities namespace map.
Full Changelog: v0.4.0.dev0...v0.4.0.dev1
v0.4.0.dev0 - VOSICapabilities, TAPRegExt, VOResource
v0.3.1
versioning hotfix
v0.3.0 - VOSI Tables
- Adds support for the VOSI Tables standard
- Adds required minimal support for VODataService
- Adds documentation for VOSI Tables/VODataService examples, API
v0.3.0rc1 - VOSITables support
- Adds support for the VOSI Tables standard
- Adds required minimal support for VODataService
- Adds documentation for VOSI Tables/VODataService examples, API
v0.2.2
- Updates documentation for Parameters
- Changes the type hint for Parameter to be any primitive type
- adds the required
default=None
for optional fields in Availability