Releases: PxTools/PxWebApi
Releases · PxTools/PxWebApi
PxWebApi v2.3.0
What's Changed
🏕 Features
- adding option to traverse db for breadcrumb when doing an incrementia… by @JohannesFinsveen in #531
- small cleanup and sonar complaint by @JohannesFinsveen in #537
- Fix missing ModelBinder for outputFormatParams in GetTableDataByPost by @avocodetoast in #538
👒 Dependencies
- build(deps): bump pxtools/pxweb2 from 2.5.0 to 2.6.0 by @dependabot[bot] in #526
- build(deps): bump pxtools/pxwebapi from 2.1.1 to 2.2.0 by @dependabot[bot] in #527
- build(deps): bump aquasecurity/trivy-action from 0.33.1 to 0.34.0 by @dependabot[bot] in #532
- build(deps): bump dotnet/sdk from 8.0.417-alpine3.22 to 8.0.418-alpine3.22 by @dependabot[bot] in #533
- build(deps): bump dotnet/aspnet from 8.0.23-alpine3.22 to 8.0.24-alpine3.22 by @dependabot[bot] in #534
- build(deps): bump pxtools/pxweb2 from 2.6.0 to 2.6.3 by @dependabot[bot] in #535
New Contributors
- @avocodetoast made their first contribution in #538
Full Changelog: v2.2.0...v2.3.0
PxWebApi v2.2.0
What's Changed
🏕 Features
- fix: update docker demo config [PXWEB2-968] by @runejo in #508
- Update web.config by @JohannesFinsveen in #512
CurrentLanguageinstead of the defaultLanguagein metadata responses by @likp in #515- Added Alternative text to JSON-STAT2 output PXWEB2-908 by @likp in #521
- Add root node filtering to Cnmm data source by @likp in #471
👒 Dependencies
- build(deps): bump dotnet/aspnet from 8.0.21-alpine3.22 to 8.0.22-alpine3.22 by @dependabot[bot] in #513
- build(deps): bump dotnet/sdk from 8.0.415-alpine3.22 to 8.0.416-alpine3.22 by @dependabot[bot] in #514
- build(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #517
- build(deps): bump pxtools/pxweb2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #518
- build(deps): Update PCAxis.Serializers to version 1.9.4 from 1.9.3 by @likp in #519
- build(deps): bump dotnet/aspnet from 8.0.22-alpine3.22 to 8.0.23-alpine3.22 by @dependabot[bot] in #522
- build(deps): bump dotnet/sdk from 8.0.416-alpine3.22 to 8.0.417-alpine3.22 by @dependabot[bot] in #523
- build(deps): bump pxtools/pxweb2 from 2.4.0 to 2.5.0 by @dependabot[bot] in #524
Full Changelog: v2.1.1...v2.2.0
PxWebApi v2.1.1
PxWebApi 2.1.0
❗ NOTE
There are some changes that breaks the comparability but chose to only bump the minor version.
See the changes in the spec https://github.com/PxTools/PxApiSpecs/releases/tag/v2.1.0
What's Changed
🏕 Features
- fix: Changed the number of values selected from 11 to 13 PXWEB-913 by @likp in #488
- fix: Clear cache after index PXWEB-922 by @likp in #489
- Upgrade to the API specification 2.1.1 PXWEB-931 by @likp in #498
- Output format changes by @likp in #501
- feat: Added sort code to path elements PXWEB-944 by @likp in #500
- fix: Changed the default search operation to
ANDPXWEB-952 by @likp in #499 - fix: Case-insensitive property matching for JSON by @likp in #505
- fix: add localhost in kubernetes context to 'IpWhiteList' by @runejo in #507
- fix: Removed the
langDependentparameter by @likp in #509 - Delete PxWeb/wwwroot/web.config by @JohannesFinsveen in #506
👒 Dependencies
- Bump pxtools/pxwebapi from 2.0.2 to 2.0.4 by @dependabot[bot] in #496
- Bump pxtools/pxweb2 from 2.0.2 to 2.1.2 by @dependabot[bot] in #495
- Bump pxtools/pxweb2 from 2.1.2 to 2.2.0 by @dependabot[bot] in #504
Full Changelog: v2.0.4...v2.1.0
PxWebApi 2.1.0-rc.2
PxWebApi 2.1.0-rc.1
NOTE
There are some changes that breaks the comparability but chose to only bump the minor version.
See the changes in the spec https://github.com/PxTools/PxApiSpecs/releases/tag/v2.1.0
What's Changed
🏕 Features
- fix: Changed the number of values selected from 11 to 13 PXWEB-913 by @likp in #488
- fix: Clear cache after index PXWEB-922 by @likp in #489
- Upgrade to the API specification 2.1.1 PXWEB-931 by @likp in #498
- Output format changes by @likp in #501
- feat: Added sort code to path elements PXWEB-944 by @likp in #500
- fix: Changed the default search operation to
ANDPXWEB-952 by @likp in #499
👒 Dependencies
- Bump pxtools/pxwebapi from 2.0.2 to 2.0.4 by @dependabot[bot] in #496
- Bump pxtools/pxweb2 from 2.0.2 to 2.1.2 by @dependabot[bot] in #495
- Bump pxtools/pxweb2 from 2.1.2 to 2.2.0 by @dependabot[bot] in #504
Full Changelog: v2.0.4...v2.1.0-rc.1
PxWebApi 2.0.4
What's Changed
🏕 Features
- Fix/sq create failure not 201 by @JohannesFinsveen in #473
- Adding missing sortcode to TableS endpoint by @JohannesFinsveen in #484
- No longer returns data for disabled outputformats by @JohannesFinsveen in #492
👒 Dependencies
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #474
Full Changelog: v2.0.3...v2.0.4
PxWebApi 2.0.3
Note
- The setting
LuceneConfiguration.IndexDirectorynow also contains the name of the folder for the index if you previously had the defaultDatabaseyou should change it toDatabase/_INDEX/ - If you use PX files then the
Menu.xmlfile has been changed toMenu2.xmlso you would have to either regenerate the file or manual rename it toMenu2.xml
What's Changed
🏕 Fixes
👒 Dependencies
- build: add docker-compose updates to Dependabot configuration and bump Dockerfile to use alpine3.22 for .NET SDK and ASP.NET images by @runejo in #461
- Bump pxtools/pxwebapi from 2.0.1 to 2.0.2 by @dependabot[bot] in #464
- Bump pxtools/pxweb2 from 2.0.0 to 2.0.1 by @dependabot[bot] in #463
- Bump pxtools/pxweb2 from 2.0.1 to 2.0.2 by @dependabot[bot] in #469
Full Changelog: v2.0.2...v2.0.3
PxWebApi 2.0.2
What's Changed
🏕 Features
- build: change settings for development environment by @runejo in #450
- Added logging for indexing from list by @JohannesFinsveen in #451
- fix: update docker compose demo by @runejo in #453
👒 Dependencies
- Bump Swashbuckle.AspNetCore and 4 others by @dependabot[bot] in #455
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #454
- Bump dotnet/aspnet from 8.0.20-alpine3.21 to 8.0.21-alpine3.21 by @dependabot[bot] in #458
- Bump dotnet/sdk from 8.0.414-alpine3.21 to 8.0.415-alpine3.21 by @dependabot[bot] in #459
- Bump the minor-version-updates group with 6 updates by @dependabot[bot] in #460
Full Changelog: v2.0.1...v2.0.2
PxWebApi 2.0.2-rc.1
What's Changed
🏕 Features
- build: change settings for development environment by @runejo in #450
- Added logging for indexing from list by @JohannesFinsveen in #451
- fix: update docker compose demo by @runejo in #453
👒 Dependencies
- Bump Swashbuckle.AspNetCore and 4 others by @dependabot[bot] in #455
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #454
- Bump dotnet/aspnet from 8.0.20-alpine3.21 to 8.0.21-alpine3.21 by @dependabot[bot] in #458
- Bump dotnet/sdk from 8.0.414-alpine3.21 to 8.0.415-alpine3.21 by @dependabot[bot] in #459
Full Changelog: v2.0.1...v2.0.2-rc.1