Skip to content

Releases: lsst-sqre/tap-postgres

1.17.3

19 Jun 00:19
3efea2a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.17.2...1.17.3

1.17.2

12 Jun 17:50
f945d5c
Compare
Choose a tag to compare

Fixed

  • Fixed Capabilities based on standard, mainly Table Access and authentication related

Changed

  • Refactor UWSInitAction class a bit, make sure each call in the schema init process is separate

What's Changed

Full Changelog: 1.17.1...1.17.2

1.17.1

10 Jun 21:11
6e33b92
Compare
Choose a tag to compare

Fixed

  • Added PgsphereDeParser to AdqlQueryImpl / Fixes issue with queries having quotes around column names ("size")

What's Changed

  • Fix issue with quoted column names in recent tap-postgres release by @stvoutsin in #30

Full Changelog: 1.17.0...1.17.1

1.17.0

07 Jun 21:17
00817d0
Compare
Choose a tag to compare

New features

Updated cadc libraries to more recent version. Moved to using the cadc-tomcat Docker image

What's Changed

  • Bump cadc dependency versions & switch to using cadc-tomcat image by @stvoutsin in #28

Full Changelog: 1.16.0...1.17.0

1.16.0

30 May 23:13
8e141c8
Compare
Choose a tag to compare

New features

  • Added UWSInitAction class, which can be used to initialise the database schema & tables for UWS. Modified the web.xml to run the class on initialisation

Bug fixes

  • Freeze the cadc-tap dependencies to the versions that came with the most recently released image, to address backwards incompatible changes in the most recent cadc-tap util package release

What's Changed

  • Tickets DM-44524 - Enable CloudSQL UWS database for SSO TAP service by @stvoutsin in #27

New Contributors

Full Changelog: 1.15.0...1.16.0

Add in type coercian for math types

22 Feb 21:34
242407d
Compare
Choose a tag to compare

What's Changed

  • [DM-17872] Add in cadc-adql dependency with math typing by @cbanek in #26

Full Changelog: 1.14.1...1.15.0

Control memory usage better with cursor read

12 Dec 22:24
c7f79b2
Compare
Choose a tag to compare

If we use cursors to read the large results, this could help the memory usage, as once we read a row we throw it away. If we don't use cursors then all the data from the results of the query seem to get loaded into memory before being returned (to write the results to google).

Support hidden pgsphere columns in ObsCore tables pretending to be s_region

01 Nov 23:39
733299e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.13.0...1.14.0

Support for rewriting access_url

21 Sep 00:22
6513b80
Compare
Choose a tag to compare

What's Changed

  • [DM-40764] Support rewriting of oga.ObsCore.access_url by @cbanek in #23

Full Changelog: 1.12...1.13.0

TAP_UPLOAD prototype

10 Jul 19:55
808cb63
Compare
Choose a tag to compare

This works with TOPCAT in the SSO postgres tap deployment