Skip to content

Commit eb9f8f9

Browse files
author
Inessa Druzhkova
committed
added new release version to release notes, replace task, removed empty sections from the prev release
1 parent 99be6b4 commit eb9f8f9

1 file changed

Lines changed: 37 additions & 8 deletions

File tree

doc/release/RELEASE-NOTES.md

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). The format is based on the `RELEASE-NOTES-TEMPLATE.md` file.
55

6+
## Release 1.29.0
7+
8+
## Introduction
9+
* Product name: Open Supply Hub
10+
* Release date: February 8, 2025
11+
12+
### Database changes
13+
* *Describe high-level database changes.*
14+
15+
#### Migrations:
16+
* *Describe migrations here.*
17+
18+
#### Schema changes
19+
* *Describe schema changes here.*
20+
21+
### Code/API changes
22+
* *Describe code/API changes here.*
23+
24+
### Architecture/Environment changes
25+
* *Describe architecture/environment changes here.*
26+
27+
### Bugfix
28+
* *Describe bugfix here.*
29+
30+
### What's new
31+
* [OSDEV-1374](https://opensupplyhub.atlassian.net/browse/OSDEV-1374) - Implemented integration for the `Search results` page to show results of searching by name and address (`/contribute/production-location/search`):
32+
- Connected GET `v1/production-locations`.
33+
- Routing between pages `Production Location Search`,`Search returned no results`, `Production Location Information`, `Search results`, and `I don't see my Location` pop-up is configured.
34+
- Max result limit set to 100.
35+
36+
### Release instructions:
37+
* Ensure that the following commands are included in the `post_deployment` command:
38+
* `migrate`
39+
* `reindex_database`
40+
41+
642
## Release 1.28.0
743

844
## Introduction
@@ -15,8 +51,6 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
1551
#### Migrations:
1652
* 0163_refresh_pg_statistic_and_upgrade_postgres_extensions.py - This migration refreshes the `pg_statistic` table after the upgrade to PostgreSQL 13 and upgrades the postgis and pg_trgm extensions to versions 3.4.2 and 1.5, respectively.
1753

18-
#### Schema changes
19-
2054
### Code/API changes
2155
* [OSDEV-1514](https://opensupplyhub.atlassian.net/browse/OSDEV-1514) - Corrected spelling mistakes in the `src/anon-tools/do_dump.sh` file and in the name of the folder `database_anonymizer_sheduled_task`. Removed the unused `src/anon-tools/anon.sql` file and the redundant `src/anon-tools/initdb.sql` file. Removed commented-out code in the `src/anon-tools/Dockerfile.dump` and `deployment/terraform/database_anonymizer_scheduled_task/docker/database_anonymizer.py` files.
2256
* [OSDEV-1523](https://opensupplyhub.atlassian.net/browse/OSDEV-1523) - Updated `export_csv.py` to enable uploading to Google Drive and implemented cursor-based pagination for the export.
@@ -25,8 +59,6 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
2559
* [OSDEV-1514](https://opensupplyhub.atlassian.net/browse/OSDEV-1514) - Introduced `rds_allow_major_version_upgrade` and `rds_apply_immediately` Terraform variables to enable or disable major version upgrades and the `apply immediately` flag, depending on the environment.
2660
* [OSDEV-1523](https://opensupplyhub.atlassian.net/browse/OSDEV-1523) - Added a new batch job that triggers the export_csv.py command on the first day of each month to upload bulk data of production locations to Google Drive.
2761

28-
### Bugfix
29-
3062
### What's new
3163
* [OSDEV-40](https://opensupplyhub.atlassian.net/browse/OSDEV-40) - Created new page for `/contribute` to choose between multiple & single location upload. Replaced current multiple list upload to `/contribute/multiple-locations`. Changed `Upload Data` to `Add Data` text.
3264
* [OSDEV-1117](https://opensupplyhub.atlassian.net/browse/OSDEV-1117) - Implemented integration of Contribution Record Page (`/dashboard/moderation-queue/contribution-record/{moderation_id}`):
@@ -44,10 +76,6 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
4476
* Successful Search: If the search is successful, the results screen displays a list of production locations. Each item includes the following information about the production location: name, OS ID, address, and country name. Users can either select a specific production location or press the "I don’t see my Location" button, which triggers a confirmation dialog window.
4577
* Confirmation Dialog Window: In this window, users can confirm that no correct location was found using the provided search parameters. They can either proceed to create a new production location or return to the search.
4678
* Unsuccessful Search: If the search is unsuccessful, an explanation is provided along with two options: return to the search or add a new production location.
47-
* [OSDEV-1374](https://opensupplyhub.atlassian.net/browse/OSDEV-1374) - Implemented integration for the `Search results` page to show results of searching by name and address (`/contribute/production-location/search`):
48-
- Connected GET `v1/production-locations`.
49-
- Routing between pages `Production Location Search`,`Search returned no results`, `Production Location Information`, `Search results`, and `I don't see my Location` pop-up is configured.
50-
- Max result limit set to 100.
5179
* [OSDEV-1579](https://opensupplyhub.atlassian.net/browse/OSDEV-1579) - Updated the API limit automated email to remove an outdated link referring to OAR and improve the languate for clarity. With this update the contributor will be informed of the correct process to follow if they have reached their API calls limit.
5280

5381
### Release instructions:
@@ -59,6 +87,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
5987
* Steps to be completed before the upgrade are marked with the statement: "**This should be done before deploying the upgraded database.**". Post-upgrade tasks can be found under the [After the PostgreSQL major version upgrade](https://opensupplyhub.atlassian.net/wiki/spaces/SD/pages/620134402/PostgreSQL+database+upgrade+from+version+12+to+version+13#After-the-PostgreSQL-major-version-upgrade) section.
6088
* In case of an unsuccessful release along with the database upgrade, follow the instructions under the [Guide for rolling back the PostgreSQL major version upgrade](https://opensupplyhub.atlassian.net/wiki/spaces/SD/pages/620134402/PostgreSQL+database+upgrade+from+version+12+to+version+13#Guide-for-rolling-back-the-PostgreSQL-major-version-upgrade) section.
6189

90+
6291
## Release 1.27.0
6392

6493
## Introduction

0 commit comments

Comments
 (0)