Skip to content

Latest commit

 

History

History
executable file
·
1504 lines (666 loc) · 58.7 KB

CHANGELOG.md

File metadata and controls

executable file
·
1504 lines (666 loc) · 58.7 KB

4.0.5 (2022-06-30)

Bug Fixes

  • add LABEL to Dockerfile (for easier DataDog filtering) (32317de)

4.0.4 (2022-04-29)

Bug Fixes

  • run sonar end when release version != none (e97b23a)

4.0.3 (2022-04-27)

Bug Fixes

  • redirect sonar to /dev/null (db40645)

4.0.2 (2022-04-04)

Bug Fixes

  • set oslo context type to string GAWR-2931 (0834085)

4.0.1 (2022-03-30)

Bug Fixes

  • update CODEOWNERS to trigger build (0204c07)

4.0.0 (2022-03-30)

Features

BREAKING CHANGES

  • move to dotnet 6.0.3

3.29.0 (2022-02-25)

Features

3.28.6 (2022-02-10)

Bug Fixes

  • update Api dependency to fix exception handler (eac7350)

3.28.5 (2022-01-21)

Bug Fixes

  • correctly resume projections async (a3333a2)

3.28.4 (2022-01-17)

3.28.3 (2021-12-21)

Bug Fixes

  • gawr-2496 & gwar-2499 api docs oslo eindpoints (5052a6c)

3.28.2 (2021-12-17)

Bug Fixes

  • use async startup of projections to fix hanging migrations (a2863d0)

3.28.1 (2021-12-13)

Bug Fixes

  • include jsonld accepttyp in lastchangedlistprojections (1d342de)

3.28.0 (2021-12-08)

Features

3.27.2 (2021-12-08)

Bug Fixes

3.27.1 (2021-12-08)

Bug Fixes

  • remove event db connection, remove unused classes, unused methods and modify launchsettings (ab6b24b)

3.27.0 (2021-12-08)

Features

  • add parcel v2 oslo endpoints (044ccb5)

3.26.2 (2021-11-17)

Bug Fixes

  • when address is already added, do not add again in projection (4859c65)

3.26.1 (2021-10-27)

Bug Fixes

  • remove default accesskey/secret (fb17501)

3.26.0 (2021-10-25)

Features

3.25.7 (2021-10-21)

Bug Fixes

  • gawr-2202 api documentation changes (3982180)

3.25.6 (2021-10-06)

Bug Fixes

  • gawr-615 add offset+2 to version id (2da917e)

3.25.5 (2021-10-06)

Bug Fixes

3.25.4 (2021-10-01)

Bug Fixes

3.25.3 (2021-09-22)

Bug Fixes

  • gawr-611 fix exception detail (d9b6500)

3.25.2 (2021-09-20)

Bug Fixes

3.25.1 (2021-08-26)

Bug Fixes

  • update grar-common dependencies GRAR-2060 (8c74a2f)

3.25.0 (2021-08-26)

Features

  • add metadata file with latest event id to parcel extract GRAR-2060 (b279096)

3.24.6 (2021-06-25)

Bug Fixes

  • update aws DistributedMutex package (a7b8af9)

3.24.5 (2021-06-25)

Bug Fixes

  • added unique constraint to the persistentlocalid (7a78692)

3.24.4 (2021-06-17)

Bug Fixes

3.24.3 (2021-05-31)

Bug Fixes

3.24.2 (2021-05-31)

Bug Fixes

3.24.1 (2021-05-29)

Bug Fixes

3.24.0 (2021-05-04)

Features

3.23.3 (2021-04-26)

Bug Fixes

  • rename cache status endpoint in projector (0f91af2)

3.23.2 (2021-04-26)

Bug Fixes

  • projections can handle snapshot events (297f6bd)

3.23.1 (2021-04-23)

Bug Fixes

3.23.0 (2021-04-22)

Features

  • bump grar-common packages (016634c)

3.22.8 (2021-04-19)

Bug Fixes

  • removed xunit config to run in serial and use collections (80d5667)

3.22.7 (2021-04-19)

Bug Fixes

  • revert "fix: rewrote tests to try to fix build" (cce1d0c)
  • use default build script (f95f31b)

3.22.6 (2021-04-19)

Bug Fixes

  • add config to run tests in serial (5d9d2cf)
  • build add verbosity logging (6acca23)
  • build only output test detailed (93f214b)
  • build to 5.0.102 (4ce60f0)
  • bump dotnet sdk to 5.0.104 and clr 5.0.4 (d495672)
  • bump Test SDK (8b10114)
  • fix build enable diagnostic logging for tests (a026c88)
  • rewrote tests to try to fix build (1f4385d)
  • try to fix build with knowing working test (a9a108d)

3.22.5 (2021-04-16)

Bug Fixes

  • enabled 3 more snapshot tests (0c66964)

3.22.4 (2021-04-16)

Bug Fixes

  • enabled one more test to try build (44dc689)

3.22.3 (2021-04-16)

Bug Fixes

  • disabled 2 out of 3 snapshottests to test build (b91d2d6)
  • enabled 3 basedonsnapshot tests to test build (dd1d945)

3.22.2 (2021-04-16)

Bug Fixes

  • disable test to see if build works (358225e)
  • disabled basedonsnapshot tests to see if build works (6c9058d)

3.22.1 (2021-04-15)

Bug Fixes

  • set parcelid when retrieving snapshot + add snapshot tests (4e0ac47)

3.22.0 (2021-04-12)

Features

3.21.0 (2021-04-01)

Bug Fixes

  • update docs projections (9c9fad9)

Features

  • bump projector & projection-handling (da5dc0b)

3.20.1 (2021-03-22)

Bug Fixes

  • remove ridingwolf, collaboration ended (ab96c1c)

3.20.0 (2021-03-11)

Bug Fixes

  • update projector dependency GRAR-1876 (1084ce9)

Features

  • add projection attributes GRAR-1876 (fe0e976)

3.19.3 (2021-02-15)

Bug Fixes

  • register problem details helper for projector GRAR-1814 (d7fe02e)

3.19.2 (2021-02-11)

Bug Fixes

  • update api with use of problemdetailshelper GRAR-1814 (e7277ec)

3.19.1 (2021-02-02)

Bug Fixes

3.19.0 (2021-01-30)

Features

  • add sync tags on events (07b1a3c)

3.18.1 (2021-01-29)

Bug Fixes

  • remove sync alternate links (2d90806)

3.18.0 (2021-01-12)

Features

  • add syndication status to projector api GRAR-1567 (14a13a3)

3.17.8 (2021-01-07)

Bug Fixes

  • improve cache status page GRAR-1734 (e59ff0b)

3.17.7 (2021-01-07)

Bug Fixes

3.17.6 (2020-12-28)

Bug Fixes

  • update basisregisters api dependency (55fbfc8)

3.17.5 (2020-12-21)

Bug Fixes

3.17.4 (2020-12-11)

Bug Fixes

  • correct remove complete migration (b433dc4)

3.17.3 (2020-12-03)

3.17.2 (2020-12-03)

Bug Fixes

  • parcelStatus should be null in syndication GRAR-1651 (a623530)

3.17.1 (2020-11-18)

Bug Fixes

  • remove set-env usage in gh-actions (e75378b)

3.17.0 (2020-11-16)

Bug Fixes

  • fixed tests ioc (e7286c1)
  • when ParcelWasRemoved also remove linked addresses (c1d872b)

Features

  • add fix command for GRAR-1637 (4c458fb)
  • add ParcelWasRecovered event (f80c23c)
  • update extract and lastchanged projections for Recovered event (f34b802)
  • update legacy projections for Recovered event (f9cdd6b)

3.16.4 (2020-11-13)

Bug Fixes

  • display sync response example as correct xml GRAR-1599 (a156ac9)
  • upgrade swagger GRAR-1599 (375057f)
  • use production url for sync examples (00c3d60)

3.16.3 (2020-11-12)

Bug Fixes

  • use event name instead of type for sync xml serialization (5cbcfa5)

3.16.2 (2020-11-09)

Bug Fixes

  • remove Take(5) from crab queries (f51facb)

3.16.1 (2020-11-06)

Bug Fixes

3.16.0 (2020-10-27)

Features

  • add error message for syndication projections (819feea)

3.15.0 (2020-10-27)

Features

  • update projector with gap detection and extended status api (06d6d60)

3.14.0 (2020-10-15)

Features

  • add cache status to projector api (5862db1)

3.13.0 (2020-10-14)

Features

  • add status to api legacy list (4aa53f3)

3.12.2 (2020-10-13)

Bug Fixes

  • correct category GRAR-1450 (96822ff)
  • correct metadata GRAR-1446 GRAR-1450 GRAR-1444 GRAR-1422 (24aed69)
  • correct next link sync feed GRAR-1422 (bff9fc5)

3.12.1 (2020-10-05)

Bug Fixes

  • run projection using the feedprojector GRAR-1562 (3eedd79)

3.12.0 (2020-09-22)

Features

  • add import status endpoint GRAR-1400 (e9d71ab)

3.11.8 (2020-09-22)

Bug Fixes

3.11.7 (2020-09-11)

Bug Fixes

  • remove Modification from xml GRAR-1529 (50949f9)

3.11.6 (2020-09-11)

Bug Fixes

  • update packages to fix null operator/reason GRAR-1535 (aadc093)

3.11.5 (2020-09-11)

Bug Fixes

  • remove paging response header in sync (9fdc6fa)

3.11.4 (2020-09-10)

Bug Fixes

  • add sync with correct timestamp configuration GRAR-1483 (4d641c6)

3.11.3 (2020-09-03)

Bug Fixes

  • null organisation defaults to unknown (53d6d8b)

3.11.2 (2020-09-02)

Bug Fixes

  • upgrade common to fix sync author (9ba749c)

3.11.1 (2020-07-19)

Bug Fixes

3.11.0 (2020-07-14)

Features

  • add timestamp to sync provenance GRAR-1451 (f79c6be)

3.10.19 (2020-07-13)

Bug Fixes

  • update dependencies (8fa1053)
  • use typed embed value GRAR-1465 (b3d164a)

3.10.18 (2020-07-10)

Bug Fixes

  • correct author, entry links atom feed + example GRAR-1443 GRAR-1447 (d65fbcc)

3.10.17 (2020-07-10)

Bug Fixes

  • enums were not correctly serialized in syndication event GRAR-1490 (5fbdd91)

3.10.16 (2020-07-07)

Bug Fixes

  • add processed file + domain fixes (d4f4067)

3.10.15 (2020-07-07)

Bug Fixes

  • add command to fix GRAR-1475 and add test project to find affected (2a11821)
  • add command to fix GRAR-1475 and add test project to find affected (b1264a7)

3.10.14 (2020-07-06)

Bug Fixes

  • after removed / retired the correct events can be applied (e4c2a5b)

3.10.13 (2020-06-23)

Bug Fixes

  • configure baseurls for all problemdetails GRAR-1357 (44aa6ef)

3.10.12 (2020-06-22)

Bug Fixes

  • configure baseurls for all problemdetails GRAR-1358 GRAR-1357 (1d14640)

3.10.11 (2020-06-19)

Bug Fixes

3.10.10 (2020-06-08)

Bug Fixes

  • build msil version for public api (9adb8be)

3.10.9 (2020-05-29)

Bug Fixes

  • update dependencies GRAR-752 (7ef70da)

3.10.8 (2020-05-20)

Bug Fixes

3.10.7 (2020-05-20)

Bug Fixes

3.10.6 (2020-05-19)

Bug Fixes

  • move to 3.1.4 and gh actions (6428c6a)

3.10.5 (2020-04-28)

Bug Fixes

  • update grar dependencies GRAR-412 (b2e56a5)

3.10.4 (2020-04-14)

Bug Fixes

3.10.3 (2020-04-10)

Bug Fixes

  • update grar common packages (342d402)

3.10.2 (2020-04-10)

Bug Fixes

  • update packages for import batch timestamps (9af810a)

3.10.1 (2020-04-06)

Bug Fixes

  • set name for importer feedname (b999b04)

3.10.0 (2020-04-03)

Features

  • upgrade projection handling to include errmessage lastchangedlist (38df13b)

3.9.1 (2020-03-27)

Bug Fixes

  • set sync dates to belgian timezone (6f16422)

3.9.0 (2020-03-26)

Features

  • add status filter on list (8e648d2)

3.8.1 (2020-03-23)

Bug Fixes

  • correct versie id type to string fix (8e42918)
  • update grar common to fix versie id type (cbf04f6)

3.8.0 (2020-03-20)

Features

  • send mail when importer crashes (bd93584)

3.7.3 (2020-03-18)

Bug Fixes

  • make status mapping more obvious (94a278c)

3.7.2 (2020-03-18)

Bug Fixes

  • change build to new user (d0b79c5)

3.7.1 (2020-03-18)

Bug Fixes

  • parcel detail projection uses correct conversion for status (be5d523)

3.7.0 (2020-03-18)

Features

  • upgrade importer to netcore3 (f8f2cf8)

3.6.2 (2020-03-11)

Bug Fixes

  • count parcels now count correctly (48d92d2)

3.6.1 (2020-03-10)

Bug Fixes

  • remove json ld from populator (40f54d9)

3.6.0 (2020-03-10)

Features

  • add totaal aantal endpoint (235fd3e)

3.5.11 (2020-03-05)

Bug Fixes

  • set correct timestamp for sync projection (bdb180b)

3.5.10 (2020-03-05)

Bug Fixes

  • update grar common to fix provenance (25bf9ea)

3.5.9 (2020-03-04)

Bug Fixes

  • bump netcore dockerfiles (5158149)

3.5.8 (2020-03-03)

Bug Fixes

3.5.7 (2020-02-27)

Bug Fixes

  • update json serialization dependencies (d321eb1)

3.5.6 (2020-02-24)

Bug Fixes

  • update projection handling & sync migrator (24c7e55)

3.5.5 (2020-02-21)

Performance Improvements

  • increase performance by removing count from list (3280182)

3.5.4 (2020-02-20)

Bug Fixes

3.5.3 (2020-02-19)

Bug Fixes

  • set order in api's + add clustered index address sync (03e2009)

3.5.2 (2020-02-17)

Bug Fixes

  • upgrade packages to fix json order (307101a)

3.5.1 (2020-02-14)

Bug Fixes

3.5.0 (2020-02-12)

Bug Fixes

  • add libs to be able to build Importer (42f64c0)

Features

3.4.5 (2020-02-10)

Bug Fixes

  • JSON default value for nullable field (c63f031)

3.4.4 (2020-02-04)

Bug Fixes

  • instanceuri for error examples now show correctly (650f487)

3.4.3 (2020-02-03)

Bug Fixes

  • correct gemeenten to percelen (eede076)

3.4.2 (2020-02-03)

Bug Fixes

  • add type to problemdetails (748069a)

3.4.1 (2020-02-03)

Bug Fixes

  • specify non nullable responses (bc4945c)

3.4.0 (2020-02-01)

Features

  • upgrade netcoreapp31 and dependencies (04307b1)

3.3.3 (2020-01-28)

Bug Fixes

3.3.2 (2020-01-24)

Bug Fixes

  • add syndication to api references (63867cc)

3.3.1 (2020-01-23)

Bug Fixes

  • syndication distributedlock now runs async (143fe5c)

3.3.0 (2020-01-23)

Features

  • upgrade projectionhandling package (d428b64)

3.2.0 (2020-01-23)

Features

  • use distributed lock for syndication (6911862)

3.1.1 (2020-01-16)

Bug Fixes

  • get api's working again (7128931)

3.1.0 (2020-01-03)

Features

  • allow only one projector instance (6d6de25)

3.0.0 (2019-12-25)

Code Refactoring

  • upgrade to netcoreapp31 (b93ce83)

BREAKING CHANGES

  • Upgrade to .NET Core 3.1

2.3.3 (2019-12-12)

Bug Fixes

  • correct extract realized status (fec400b)

2.3.2 (2019-12-11)

Bug Fixes

  • correct extract filename (e74874b)

2.3.1 (2019-12-04)

Bug Fixes

  • make the where of the view identical to the ParcelListQuery filter (be8ea31)

2.3.0 (2019-12-03)

Bug Fixes

  • remove count from sync GR-852 (679e4e7)
  • remove events connectionstring from extract (0467765)

Features

  • add view to count parcels GR-852 (9ecc4ae)

2.2.6 (2019-11-29)

2.2.5 (2019-11-21)

Bug Fixes

  • add a sorting to legacy api detail addresses (6bf1227)

2.2.4 (2019-10-24)

Bug Fixes

2.2.3 (2019-09-30)

Bug Fixes

  • check removed before completeness GR-900 (1172158)

2.2.2 (2019-09-26)

Bug Fixes

  • update asset to fix importer (cd266f0)

2.2.1 (2019-09-26)

Bug Fixes

  • resume projections on startup (e06412a)

2.2.0 (2019-09-25)

Features

  • upgrade projector and removed explicit start of projections (fb16d8a)

2.1.1 (2019-09-19)

Bug Fixes

2.1.0 (2019-09-19)

Features

  • upgrade NTS & Shaperon packages (29907fa)

2.0.0 (2019-09-18)

Bug Fixes

  • correct relations with addresses GR-874 (dbeb5f7)

BREAKING CHANGES

  • New address-relation calculations

1.14.5 (2019-09-18)

Bug Fixes

  • removed parcels are no longer shown in list GR-880 (ba1272b)

1.14.4 (2019-09-17)

Bug Fixes

  • upgrade api for error headers (5d4af0c)

1.14.3 (2019-09-17)

Bug Fixes

  • use generic dbtraceconnection in syndication (184e223)

1.14.2 (2019-09-17)

Bug Fixes

  • use generic dbtraceconnection (4ddae40)

1.14.1 (2019-09-13)

Bug Fixes

  • update redis lastchangedlist to log time of lasterror (5b93b2e)

1.14.0 (2019-09-12)

Features

  • keep track of how many times lastchanged has errored (1318c53)

1.13.12 (2019-09-05)

Bug Fixes

1.13.11 (2019-09-04)

Bug Fixes

  • report correct version number (e1a63f8)

1.13.10 (2019-09-03)

Bug Fixes

  • update problemdetails for xml response GR-829 (c4fa939)

1.13.9 (2019-09-02)

Bug Fixes

  • do not log to console writeline (200770c)
  • do not log to console writeline (d2edbad)

1.13.8 (2019-09-02)

Bug Fixes

1.13.7 (2019-08-28)

Bug Fixes

  • use longer timeout for migrations (cce233e)

1.13.6 (2019-08-28)

Bug Fixes

  • use columnstore for legacy syndication (c4eb24f)

1.13.5 (2019-08-28)

Bug Fixes

  • use columnstore for legacy syndication (591762c)

1.13.4 (2019-08-27)

Bug Fixes

  • make datadog tracing check more for nulls (4fb5150)

1.13.3 (2019-08-27)

Bug Fixes

  • use new desiredstate columns for projections (ae334a5)

1.13.2 (2019-08-26)

Bug Fixes

  • use fixed datadog tracing (9849f4e)

1.13.1 (2019-08-26)

Bug Fixes

1.13.0 (2019-08-26)

Features

1.12.0 (2019-08-22)

Features

  • extract datavlaanderen namespace to settings fixes #1 (f335bbb)

1.11.1 (2019-08-20)

Bug Fixes

  • detail parcel now works with addresses from syndication (4a24102)

1.11.0 (2019-08-19)

Features

  • add wait for input to importer (7ffe1dd)

1.10.0 (2019-08-13)

Features

  • add missing event handlers where nothing was expected #19 (fa7ec41)

1.9.6 (2019-08-09)

Bug Fixes

  • fix container id in logging (234bc2b)

1.9.5 (2019-08-06)

Bug Fixes

  • save processed capakeys in correct format (4fb67a1)

1.9.4 (2019-08-05)

Bug Fixes

  • import with processed keys now serialize correctly (c5319a7)

1.9.3 (2019-07-17)

Bug Fixes

  • use serilog compact log (ccdacf0)

1.9.2 (2019-07-17)

Bug Fixes

  • do not hardcode logging to console (7dd2ca7)
  • do not hardcode logging to console (5dc7705)

1.9.1 (2019-07-17)

Bug Fixes

  • push syndications container (0c4166b)

1.9.0 (2019-07-17)

Features

  • add deploy to production (3e03a65)

1.8.0 (2019-07-10)

Features

  • rename oslo id to persistent local id (2a36957)

1.7.0 (2019-07-10)

Features

1.6.0 (2019-06-20)

Features

  • upgrade packages and correct import (0f938fa)

1.5.0 (2019-06-11)

Features

  • upgrade provenance package Plan -> Reason (f6333d5)

1.4.2 (2019-06-07)

1.4.1 (2019-05-23)

Bug Fixes

  • correct event name dettach => detach (bb3b3b1)

1.4.0 (2019-05-23)

Features

  • add event as xml to sync (b70cfcd)

1.3.3 (2019-05-21)

1.3.2 (2019-05-20)

1.3.1 (2019-05-20)

Bug Fixes

  • stop sync feed last page from crashing (d450f16)

1.3.0 (2019-04-30)

Features

  • add projector + clean up projection libs (bef69e2)
  • upgrade packages (d93aabb)

1.2.2 (2019-04-18)

1.2.1 (2019-03-04)

1.2.0 (2019-03-01)

Bug Fixes

  • add AsNoTracking() to detail parcel (21c19fa)
  • remove unneeded param and status code from legacy list (0de86c3)

Features

  • add address oslo ids to legacy api by syndication (10c3d64)
  • add migrations syndication (6365620)

1.1.1 (2019-03-01)

1.1.0 (2019-03-01)

Features

1.0.8 (2019-02-26)

1.0.7 (2019-02-25)

1.0.6 (2019-02-25)

Bug Fixes

  • use new lastchangedlist migrations runner (b22d050)

1.0.5 (2019-02-07)

Bug Fixes

  • load the addresses when required (795d419)
  • null ref when handling address in detail projection (a4263f6)

1.0.4 (2019-02-07)

Bug Fixes

  • support nullable Rfc3339SerializableDateTimeOffset in converter (dd3d1c1)

1.0.3 (2019-02-06)

Bug Fixes

  • properly serialise rfc 3339 dates (a6c5003)

1.0.2 (2019-01-24)

1.0.1 (2019-01-24)

Bug Fixes

  • use basic auth for importer (23fb49d)

1.0.0 (2019-01-22)

Features

  • open source with EUPL-1.2 license as 'agentschap Informatie Vlaanderen' (5ddef9f)