Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated #284

Merged
merged 42 commits into from
Dec 12, 2023
Merged

Remove deprecated #284

merged 42 commits into from
Dec 12, 2023

Conversation

magnusbechwind
Copy link
Contributor

@magnusbechwind magnusbechwind commented Nov 29, 2023

Purpose

Remove deprecated V1 API

Changes

Removed the Client class and all now deprecated classes. Removed JSON serialization from lots of classes, as it is no longer needed.

Checklist

  • My code follows the style of this project.
  • The code compiles without warnings.
  • I have performed a self-review of the changes.
  • I have documented my code, in particular the intent of the
    hard-to-understand areas.
  • (If necessary) I have updated the CHANGELOG.

…eserialization from json). Removed Json Deserializing from various classes
@magnusbechwind magnusbechwind linked an issue Nov 29, 2023 that may be closed by this pull request
@magnusbechwind magnusbechwind marked this pull request as ready for review November 29, 2023 15:20
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Contributor

@MilkywayPirate MilkywayPirate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I think we can be a bit more helpful in the changelog for consumers, but otherwise I think it's fine to clean up these things.

Copy link
Contributor

@MilkywayPirate MilkywayPirate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Emil Lai <39825288+EmilLa1@users.noreply.github.com>
@magnusbechwind magnusbechwind merged commit 7162b04 into main Dec 12, 2023
1 check passed
@magnusbechwind magnusbechwind deleted the remove-deprecated branch December 12, 2023 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove V1 API
2 participants