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

Deprecate much of the pre-0.3.0 API #37

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Deprecate much of the pre-0.3.0 API #37

merged 1 commit into from
Oct 16, 2024

Conversation

atheriel
Copy link
Collaborator

This commit does the following:

  • Adopts the lifecycle package to get consistent, high-quality deprecation warnings and errors, plus nice badges for the docs.

  • Deprecates the pre-appender & layout APIs.

  • Deprecates APIs that expose implementation details of levels, which are unlikely to have any external users anyway.

  • Soft-deprecates the existing logging functions in favour of ones with a more friendly log_ prefix.

  • Renames and reorganises some source and test files.

Closes #29.

This commit does the following:

* Adopts the `lifecycle` package to get consistent, high-quality
  deprecation warnings and errors, plus nice badges for the docs.

* Deprecates the pre-appender & layout APIs.

* Deprecates APIs that expose implementation details of levels, which
  are unlikely to have any external users anyway.

* Soft-deprecates the existing logging functions in favour of ones with
  a more friendly `log_` prefix.

* Renames and reorganises some source and test files.

Closes #29.

Signed-off-by: Aaron Jacobs <[email protected]>
@atheriel atheriel merged commit c2c583d into master Oct 16, 2024
5 checks passed
@atheriel atheriel deleted the deprecation branch October 16, 2024 02:14
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.

Deprecate older API
1 participant