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
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,23 @@
1
1
# Changelog
2
2
3
+
## [1.2.8] - 2023/10/04
4
+
5
+
### Added
6
+
- Downloads API outputs a missing_files.[datetime].json file that details the specific files that didn't successfully download [JEPooley][Amber Thorne]
7
+
8
+
### Fixed
9
+
- Downloads API now shows correct number of downloaded files e.g. when some have failed or are missing [JEPooley][Amber Thorne]
10
+
3
11
## [1.2.7] - 2023/06/28
4
12
5
13
### Fixed
6
14
- NamesAPI no longer raises a KeyError if the response status code is 200 [JEPooley][sam596]
7
15
8
16
## [1.2.6] - 2023/06/28
9
17
10
-
### Features
18
+
### Added
11
19
- Added check for chunk size when streaming data. Program should error if file download is incomplete [JEPooley]
12
20
13
-
14
21
### Changed
15
22
- Upgrade requests version in dependencies to 2.31.0 [gwionap]
16
23
@@ -20,7 +27,7 @@
20
27
21
28
- Import error for osdatahub.post in PlacesAPI [FHunt-OS][JEPooley]
22
29
23
-
### Features
30
+
### Added
24
31
25
32
- Added support for the dataset parameter within the PlacesAPI wrapper [FHunt-OS][JEPooley]
26
33
@@ -45,7 +52,7 @@
45
52
- Extents `from_radius` method no longer errors if the coordinate is not a tuple - now accepts any Iterable (issue 66) [JEPooley]
46
53
- Updated setup.cfg and tox.ini to reflect python3.11 compatability (issue 68) [JEPooley][dchirst]
47
54
48
-
### Features
55
+
### Added
49
56
50
57
- Added proxy support using the `osdatahub.set_proxies` method (issue 55) [JEPooley][FHunt-OS][abiddiscombe]
51
58
@@ -57,23 +64,23 @@
57
64
58
65
## [1.2.0] - 2022/11/07
59
66
60
-
### Features
67
+
### Added
61
68
62
69
- Added NGD API [dchirst][BenDickens][JEPooley]
63
70
- Fixed typos in Features and Places APIs [dchirst]
64
71
- Added NGD quick start to README [dchirst][JEPooley]
65
72
66
73
## [1.1.0] - 2022/08/22
67
74
68
-
### Features
75
+
### Added
69
76
70
77
- Support the new Data Hub API v2 [dchirst]
71
78
- Allow filters to be joined using bitwise operators [E-Paine]
72
79
- Improved warnings when queries are too large (issue 25) [E-Paine]
73
80
- Allow any type of collection to be used to construct a bounding box (issue 22) [E-Paine]
74
81
- Warn when using EPSG:4329 with the features API (issue 29) [E-Paine]
75
82
76
-
### Bugs
83
+
### Fixed
77
84
78
85
- Error when `nearest` returned an empty feature set (issue 24) [E-Paine]
0 commit comments