Skip to content

Commit 7a7ba23

Browse files
committed
Changelog for 0.7.0
1 parent 539f7f9 commit 7a7ba23

10 files changed

+26
-13
lines changed

CHANGELOG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
0.7.0 (2023-11-17)
2+
==================
3+
4+
Backwards Incompatible Changes
5+
------------------------------
6+
7+
- Dropped Python 3.8 support. (`#90 <https://github.com/sunpy/drms/pull/90>`__)
8+
- Updated all of the sphinx anchors to be more consistent.
9+
This means that any use of the old anchors (intersphinx links to sunpy doc pages) will need to be updated. (`#90 <https://github.com/sunpy/drms/pull/90>`__)
10+
- Removed ``verbose`` keyword argument from `drms.Client`.
11+
Now all prints are done via the logging module. (`#90 <https://github.com/sunpy/drms/pull/90>`__)
12+
- ``drms.const`` was renamed to `drms.JsocInfoConstants`
13+
It is also now a `Enum`. (`#90 <https://github.com/sunpy/drms/pull/90>`__)
14+
- Renamed keywords or arguments from ``requestor`` to ``requester``. (`#90 <https://github.com/sunpy/drms/pull/90>`__)
15+
- Removed ``debug`` keyword argument from `drms.HttpJsonClient`
16+
Now all prints are done via the logging module. (`#90 <https://github.com/sunpy/drms/pull/90>`__)
17+
- Removed all FTP options. (`#90 <https://github.com/sunpy/drms/pull/90>`__)
18+
- All keywords have to be passed by reference, no more positional keywords arguments are allowed. (`#90 <https://github.com/sunpy/drms/pull/90>`__)
19+
20+
21+
Trivial/Internal Changes
22+
------------------------
23+
24+
- Added "ruff" to the pre-commit and fixed the errors. (`#90 <https://github.com/sunpy/drms/pull/90>`__)
25+
26+
127
0.6.4 (2023-06-09)
228
==================
329

changelog/90.breaking.1.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/90.breaking.2.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/90.breaking.3.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/90.breaking.4.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/90.breaking.5.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/90.breaking.6.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/90.breaking.7.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/90.breaking.8.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/90.trivial.1.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)