You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
4
4
5
+
## v9.0.1 (2023-09-07)
6
+
7
+
### Ci
8
+
9
+
* ci: fix Safety CI job
10
+
11
+
- As ever, we're having to ignore these vulnerabilities as patched versions don't support Python 3.6 ([`04c3eaf`](https://github.com/ral-facilities/datagateway-api/commit/04c3eaf6a35466ad77d2b0551ca2b994be8ea040))
12
+
13
+
### Fix
14
+
15
+
* fix: Make `DataPublicationDate.date` to be different to `DataPublication.publicationDate`#444 ([`312c466`](https://github.com/ral-facilities/datagateway-api/commit/312c466030c0e12131fd575011da273c8b5a267c))
16
+
17
+
### Unknown
18
+
19
+
* Merge pull request #447 from ral-facilities/bugfix/data-publication-dates-#444
20
+
21
+
fix: #444 Generate publication dates between two specific dates ([`b21002e`](https://github.com/ral-facilities/datagateway-api/commit/b21002ee55d869a69f178267ff12368f428776c0))
- This is no longer needed as Python ICAT 1.0 is now used, which doesn't require an older version of setuptools ([`bd0a1ad`](https://github.com/ral-facilities/datagateway-api/commit/bd0a1adec903326daa187204e0893b4f29220764))
118
137
138
+
### Fix
139
+
140
+
* fix: #444 Generate publication dates between two specific dates
141
+
142
+
- This should stop relative generation causing different data to be generated on different days ([`7908c10`](https://github.com/ral-facilities/datagateway-api/commit/7908c10422ec859d9c923366731897ee859035f0))
143
+
119
144
### Unknown
120
145
121
146
* Merge pull request #448 from ral-facilities/remove-isis-endpoints-#432
122
147
123
148
feat!: Remove code and references to ISIS specific table endpoints ([`2825ea2`](https://github.com/ral-facilities/datagateway-api/commit/2825ea2fb3f3061dfe0ab7d6f02ed730691a4c32))
124
149
150
+
* Merge branch 'main' into bugfix/data-publication-dates-#444 ([`9916813`](https://github.com/ral-facilities/datagateway-api/commit/99168139fe01959740247abbfb26b88f0d82688e))
151
+
125
152
* Merge branch 'main' into remove-isis-endpoints-#432 ([`e667c78`](https://github.com/ral-facilities/datagateway-api/commit/e667c78508e9a4532a3b4654aa15aa94d0947e61))
126
153
127
154
* Merge pull request #445 from ral-facilities/dependabot/github_actions/python-semantic-release/python-semantic-release-8.0.8
0 commit comments