Skip to content

Commit

Permalink
Changelog for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Nov 18, 2023
1 parent 539f7f9 commit 7a7ba23
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 13 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
0.7.0 (2023-11-17)
==================

Backwards Incompatible Changes
------------------------------

- Dropped Python 3.8 support. (`#90 <https://github.com/sunpy/drms/pull/90>`__)
- Updated all of the sphinx anchors to be more consistent.
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>`__)
- Removed ``verbose`` keyword argument from `drms.Client`.
Now all prints are done via the logging module. (`#90 <https://github.com/sunpy/drms/pull/90>`__)
- ``drms.const`` was renamed to `drms.JsocInfoConstants`
It is also now a `Enum`. (`#90 <https://github.com/sunpy/drms/pull/90>`__)
- Renamed keywords or arguments from ``requestor`` to ``requester``. (`#90 <https://github.com/sunpy/drms/pull/90>`__)
- Removed ``debug`` keyword argument from `drms.HttpJsonClient`
Now all prints are done via the logging module. (`#90 <https://github.com/sunpy/drms/pull/90>`__)
- Removed all FTP options. (`#90 <https://github.com/sunpy/drms/pull/90>`__)
- All keywords have to be passed by reference, no more positional keywords arguments are allowed. (`#90 <https://github.com/sunpy/drms/pull/90>`__)


Trivial/Internal Changes
------------------------

- Added "ruff" to the pre-commit and fixed the errors. (`#90 <https://github.com/sunpy/drms/pull/90>`__)


0.6.4 (2023-06-09)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog/90.breaking.1.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/90.breaking.2.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/90.breaking.3.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/90.breaking.4.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/90.breaking.5.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/90.breaking.6.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/90.breaking.7.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/90.breaking.8.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/90.trivial.1.rst

This file was deleted.

0 comments on commit 7a7ba23

Please sign in to comment.