File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed
Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.6.0 (2025-12-04)
4+
5+ ### Enhancements
6+
7+ - Bump the minimum Python version from 3.9 to 3.10.
8+
9+ This is in alignment with the [ status of Python versions] ( https://devguide.python.org/versions/ ) .
10+
11+ - ONC class can get the token by checking an environment variable called ` ONC_TOKEN ` .
12+ ([ #67 ] ( https://github.com/OceanNetworksCanada/api-python-client/pull/67 ) ).
13+
14+ This means users can use ` onc = ONC() ` if ` ONC_TOKEN ` is set correctly (probably in a .env file)
15+
16+ - Added a new method called ` getDataAvailability ` , which matches the new OpenAPI end point
17+ [ ` /dataAvailability/dataproducts ` ] ( https://data.oceannetworks.ca/OpenAPI#get-/dataAvailability/dataproducts ) .
18+ ([ #70 ] ( https://github.com/OceanNetworksCanada/api-python-client/pull/70 ) ).
19+
20+ - Change the default value of ` showWarning ` to be ` True ` .
21+
22+ ### Fixes
23+
24+ - Fix 0 file size in the print message when calling ` orderDataProduct `
25+ ([ #64 ] ( https://github.com/OceanNetworksCanada/api-python-client/pull/64 ) ).
26+
27+ ### Contributors
28+
29+ - [ Kan Fu] ( https://github.com/kan-fu )
30+
331## v2.5.1 (2025-07-12)
432
533### Enhancements
Original file line number Diff line number Diff line change 99project = "onc"
1010copyright = "2025, ONC Data Team"
1111author = "ONC Data Team"
12- release = "2.5.1 "
12+ release = "2.6.0 "
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " onc"
7- version = " 2.5.1 "
7+ version = " 2.6.0 "
88description = " Oceans 3.0 API Python Client Library"
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments