Releases: bcgov/namex
1.0.21
Release ticket: bcgov/entity#7847
1.0.20
Release ticket: https://app.zenhub.com/workspaces/entity-5bf2f2164b5806bc2bf60531/issues/bcgov/entity/7733
Notes:
- transaction history overhaul
- staff payment (name request)
- bug fixes
1.0.19-hot
added get for namerequest prototype (#1044) Signed-off-by: Kial Jinnah <[email protected]>
1.0.18
Release Ticket: bcgov/entity#6329
1.0.17
Release Ticket: bcgov/entity#6102
Release 2019.09.18
This release includes the update the solr queries for phonetic and cobrs buckets to include the jurisdiction, start_date fields as well it contains a fix to the requirements.txt as it had redundant entries and the new transaction end point that is required for phase 5.
Release August 19 - Event Updates
Includes and update to the event recorder to store the NR json in the new jsonb column. Also includes the cron job datafix to decompress the json zip file and stire the json in the new jsonb column. This has already been run manually in dev and test and will be run manually next week after this release is published to prod.
Release 2019.07.24 -Update SOLR Queries
Required for phase 3 of namex code with us to add jurisdiction and start date to the solr query results presented in conflicts and name history in the UI. This is prep work. There was an isue with solr names core running out of memory during the data import. The solution was to increase the JVM memory by editing the deployment file and including solr start -m 1g. solr start of course is replaced by <...> parameter in the yaml file. It took 6 minutes to load the names core 1.8 million rows.
Release 2019.06.25 - Update Change_NR
Release updates the change_nr script to include partner_name for NWPTA changes that are saved back to Oracle. Currently this column is omitted and is required when the partner_name_type = AS (Assumed)
Release 2019.06.17 - Consumption Date
v1.0.12 updated version (#578)