Skip to content

Releases: PxTools/PxWebApi

PxWebApi 2.0.1

23 Sep 13:52
a365bbd

Choose a tag to compare

What's Changed

🏕 Features

  • ci: Create proper semver tags for Docker images by @runejo in #435
  • Fix for paths removed on partial update of the search index by @likp in #436
  • Added discontinued mapping by @likp in #437
  • Added missing config sections in PxWeb config for dock installs by @likp in #444
  • Adding checks for valuecodes[] parameter by @JohannesFinsveen in #445
  • fix: support case-insensitive reference to tableid (matrix) in the /tables api-endpoint by @runejo in #446
  • fix: refactor DatasetMapper.AddUpdated() used in /tables//metada… by @runejo in #447
  • doc: update curl examples in README.md by @runejo in #449

👒 Dependencies

  • Bump MSTest.TestAdapter and MSTest.TestFramework by @dependabot[bot] in #433
  • Bump Swashbuckle.AspNetCore and 4 others by @dependabot[bot] in #434
  • build(deps): bump aquasecurity/trivy-action from 0.33.0 to 0.33.1 by @dependabot[bot] in #439
  • Bump the minor-version-updates group with 2 updates by @dependabot[bot] in #440
  • build(deps): bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #438
  • build(deps): bump dotnet/aspnet from 8.0.19-alpine3.21 to 8.0.20-alpine3.21 by @dependabot[bot] in #441
  • build(deps): bump dotnet/sdk from 8.0.413-alpine3.21 to 8.0.414-alpine3.21 by @dependabot[bot] in #443
  • Bump the minor-version-updates group with 3 updates by @dependabot[bot] in #442
  • Bump the minor-version-updates group with 1 update by @dependabot[bot] in #448

Full Changelog: v2.0.0...v2.0.1

PxWebApi 2.0.0

01 Sep 08:16
909c284

Choose a tag to compare

This is the first release of the implementation of the PxWebApi 2.0 specification found here https://raw.githubusercontent.com/PxTools/PxApiSpecs/refs/tags/v2.0.0/PxAPI-2.yml.

Read more about how to install and configure the API here.

PxWebApi 2.0 Beta 1

29 Aug 07:59
b8a9d85

Choose a tag to compare

PxWebApi 2.0 Beta 1 Pre-release
Pre-release

What's Changed

🏕 Features

  • feat: Added health check endpoints PXWEB2-353 by @likp in #407
  • bumping pcaxis.sql to 1.5.1 to fix oracle savedquery reading by @JohannesFinsveen in #420
  • Fixed link property in JSON-STAT2 metadata response by @likp in #417
  • fix: Added alternate language in table responses by @likp in #422
  • Fixed so that self link for /savedqueries/2202/selection by @JohannesFinsveen in #423
  • ci: Add GitHub Actions workflow for publishing release assets by @runejo in #421
  • Refactor API after the updated API spec by @likp in #418
  • fix: Changed the response type to SavedQueryResponse when fetching a saved query by @likp in #424
  • Update appsettings.json: added r in TargetDatabase by @JohannesFinsveen in #425
  • changes MaintenanceHealthCheck fail to Unhealty by @JohannesFinsveen in #427

👒 Dependencies

  • Update package versions in project files by @likp in #428

Full Changelog: v2.0.0-beta.sprint25.1...v2.0.0-beta.1

2.0 Beta Sprint 25.1

22 Aug 07:23
85ee59f

Choose a tag to compare

2.0 Beta Sprint 25.1 Pre-release
Pre-release

What's Changed

🏕 Features

  • Improve indexing of the database by @likp in #413

Full Changelog: v2.0.0-beta.sprint25...v2.0.0-beta.sprint25.1

2.0 Beta Sprint 25

18 Aug 08:22
264a3f4

Choose a tag to compare

2.0 Beta Sprint 25 Pre-release
Pre-release

What's Changed

🏕 Features

  • SearchindexController behavior when tableId is empty-string by @JohannesFinsveen in #397
  • Add pastDays to the TablesResponse in the links if specified PXWEB2-792 by @likp in #406
  • Metadata title from the search index PXWEB2-744 by @likp in #402
  • Implement efficient cache key hashing mechanism by @likp in #403
  • Enhance cache management so that it can clear the cache at a specific time by @likp in #404
  • Enhance SavedQueryApiController and TableApiController with saved query parameter by @likp in #408
  • Added usage logging on data retrivials PXWEB2-769 by @likp in #405
  • Added setting for omitting contents from table title by @likp in #411
  • Bug fix allow overriding saved query language by @likp in #412

👒 Dependencies

  • Bump MSTest.TestAdapter and MSTest.TestFramework by @dependabot[bot] in #399
  • Bump aquasecurity/trivy-action from 0.31.0 to 0.32.0 by @dependabot[bot] in #398
  • Bump dotnet/aspnet from 8.0.17-alpine3.21 to 8.0.18-alpine3.21 by @dependabot[bot] in #400
  • Bump dotnet/sdk from 8.0.411-alpine3.21 to 8.0.412-alpine3.21 by @dependabot[bot] in #401
  • Bump dotnet/aspnet from 8.0.18-alpine3.21 to 8.0.19-alpine3.21 by @dependabot[bot] in #409
  • Bump dotnet/sdk from 8.0.412-alpine3.21 to 8.0.413-alpine3.21 by @dependabot[bot] in #410
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #415
  • Bump the minor-version-updates group with 11 updates by @dependabot[bot] in #414

Full Changelog: v2.0.0-beta.sprint24...v2.0.0-beta.sprint25

PxWebApi 2.0 Beta Sprint 24.1

14 Aug 08:37
62527fc

Choose a tag to compare

Pre-release

What's Changed

🏕 Features

  • SearchindexController behavior when tableId is empty-string by @JohannesFinsveen in #397
  • Add pastDays to the TablesResponse in the links if specified PXWEB2-792 by @likp in #406
  • Metadata title from the search index PXWEB2-744 by @likp in #402
  • Implement efficient cache key hashing mechanism by @likp in #403
  • Enhance cache management so that it can clear the cache at a specific time by @likp in #404
  • Enhance SavedQueryApiController and TableApiController with saved query parameter by @likp in #408
  • Added usage logging on data retrivials PXWEB2-769 by @likp in #405
  • Added setting for omitting contents from table title by @likp in #411
  • Bug fix allow overriding saved query language by @likp in #412

👒 Dependencies

  • Bump MSTest.TestAdapter and MSTest.TestFramework by @dependabot[bot] in #399
  • Bump aquasecurity/trivy-action from 0.31.0 to 0.32.0 by @dependabot[bot] in #398
  • Bump dotnet/aspnet from 8.0.17-alpine3.21 to 8.0.18-alpine3.21 by @dependabot[bot] in #400
  • Bump dotnet/sdk from 8.0.411-alpine3.21 to 8.0.412-alpine3.21 by @dependabot[bot] in #401
  • Bump dotnet/aspnet from 8.0.18-alpine3.21 to 8.0.19-alpine3.21 by @dependabot[bot] in #409
  • Bump dotnet/sdk from 8.0.412-alpine3.21 to 8.0.413-alpine3.21 by @dependabot[bot] in #410

Full Changelog: v2.0.0-beta.sprint24...v2.0.0-beta.sprint24.1

PxWebApi 2.0 Beta Sprint 24

01 Jul 12:22
767d90f

Choose a tag to compare

Pre-release

What's Changed

🏕 Features

👒 Dependencies

Full Changelog: v2.0.0-beta.sprint23...v2.0.0-beta.sprint24

PxWebApi 2.0 Beta Sprint 23

17 Jun 12:45
4ba1da5

Choose a tag to compare

Pre-release

What's Changed

🏕 Features

  • feat(px-datasource): Always make sure that there is a contents variable by @likp in #378
  • Bugfix a case insensitive compare on the pivot to stub method by @likp in #379
  • Fix for losing file name when serving from cache by @likp in #381
  • Fix for note duplication when restoring notes when changing codelist by @likp in #382
  • Added SubjectCode to the table output PXWEB2-737 by @likp in #388
  • docs: update docker compose sample config by @runejo in #389

👒 Dependencies

  • Bump dotnet/sdk from 8.0.409-alpine3.21 to 8.0.410-alpine3.21 by @dependabot in #377
  • Update PCAxis.Serializers package version by @likp in #380
  • Bump the minor-version-updates group with 10 updates by @dependabot in #386
  • Bump aquasecurity/trivy-action from 0.30.0 to 0.31.0 by @dependabot in #387
  • Bump dotnet/aspnet from 8.0.16-alpine3.21 to 8.0.17-alpine3.21 by @dependabot in #390
  • Bump dotnet/sdk from 8.0.410-alpine3.21 to 8.0.411-alpine3.21 by @dependabot in #391
  • Bump the minor-version-updates group with 9 updates by @dependabot in #392

Full Changelog: v2.0.0-beta.sprint22...v2.0.0-beta.sprint23

PxWebApi 2.0 Beta Sprint 22.1

10 Jun 08:04
7e57802

Choose a tag to compare

Pre-release

What's Changed

🏕 Features

  • feat(px-datasource): Always make sure that there is a contents variable by @likp in #378
  • Bugfix a case insensitive compare on the pivot to stub method by @likp in #379
  • Fix for losing file name when serving from cache by @likp in #381
  • Fix for note duplication when restoring notes when changing codelist by @likp in #382

👒 Dependencies

  • Bump dotnet/sdk from 8.0.409-alpine3.21 to 8.0.410-alpine3.21 by @dependabot in #377
  • Update PCAxis.Serializers package version by @likp in #380

Full Changelog: v2.0.0-beta.sprint22...v2.0.0-beta.sprint22.1

PxWebApi 2.0 Beta Sprint 22

27 May 13:33
2949191

Choose a tag to compare

Pre-release

What's Changed

🏕 Features

  • Removed the appsettings.Release.json file by @likp in #373
  • Removed config files by @likp in #374
  • Bump PcAxis.Sql nuget to Version 1.4.1 which sorts the chilren in a s… by @JohannesFinsveen in #376
  • feat(tables-metadata): Add codelist parameter to tables metadata endpoint PXWEB2-654 by @likp in #375

👒 Dependencies

  • Update Microsoft.AspNetCore.Mvc.Testing to 8.0.15 by @dependabot in #367
  • Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in #368
  • build: bump alpine linux to 3.21 and System.IO.Packaging from 4.7.0 to 8.0.1 by @runejo in #369
  • Update Microsoft.AspNetCore.Mvc.Testing to 8.0.16 by @dependabot in #370
  • Bump dotnet/sdk from 8.0.408-alpine3.21 to 8.0.409-alpine3.21 by @dependabot in #371
  • Bump dotnet/aspnet from 8.0.15-alpine3.21 to 8.0.16-alpine3.21 by @dependabot in #372

Full Changelog: v2.0.0-beta.sprint21...v2.0.0-beta.sprint22