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

🔖 pre-release v8.0.0-rc.1 #598

Merged
merged 154 commits into from
Apr 6, 2024
Merged

🔖 pre-release v8.0.0-rc.1 #598

merged 154 commits into from
Apr 6, 2024

Conversation

techouse
Copy link
Collaborator

@techouse techouse commented Apr 5, 2024

chopper

8.0.0-rc.1

chopper_generator

8.0.0-rc.1

yousinix and others added 30 commits May 25, 2021 09:26
Co-authored-by: István Juhos <[email protected]>
lwj1994 and others added 11 commits March 21, 2024 08:59
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@ab5e6d0...0c45773)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…se/v8.0.0-rc1

# Conflicts:
#	chopper/lib/chopper.dart
#	chopper/lib/src/authenticator.dart
#	chopper/lib/src/base.dart
#	chopper/lib/src/chopper_http_exception.dart
#	chopper/lib/src/extensions.dart
#	chopper/lib/src/interceptor.dart
#	chopper/test/authenticator_test.dart
#	chopper/test/base_test.dart
#	chopper/test/client_test.dart
#	chopper/test/converter_test.dart
#	chopper/test/form_test.dart
#	chopper/test/http_logging_interceptor_test.dart
#	chopper/test/interceptors_test.dart
#	chopper/test/json_test.dart
#	chopper/test/multipart_test.dart
#	example/bin/main_json_serializable.dart
#	example/bin/main_json_serializable_squadron_worker_pool.dart
#	faq.md
#	interceptors.md
#	tool/pubspec.yaml
# chopper

## 8.0.0-rc.1

- Restructure interceptors ([#547](#547))

# chopper_generator

## 8.0.0-rc.1

- Restructure interceptors ([#547](#547))
@techouse techouse added the release prod release label Apr 5, 2024
@techouse techouse added this to the 8.0.0 milestone Apr 5, 2024
@techouse techouse linked an issue Apr 5, 2024 that may be closed by this pull request
Copy link

codecov bot commented Apr 5, 2024

Codecov Report

Attention: Patch coverage is 96.27329% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 92.85%. Comparing base (3b3952e) to head (201a432).

Files Patch % Lines
chopper/lib/src/chopper_exception.dart 0.00% 3 Missing ⚠️
chopper/lib/src/chain/interceptor_chain.dart 95.45% 1 Missing ⚠️
...er/lib/src/interceptors/http_call_interceptor.dart 90.00% 1 Missing ⚠️
...lib/src/interceptors/http_logging_interceptor.dart 96.87% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #598      +/-   ##
==========================================
- Coverage   93.52%   92.85%   -0.67%     
==========================================
  Files          12       22      +10     
  Lines         463      490      +27     
==========================================
+ Hits          433      455      +22     
- Misses         30       35       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@techouse
Copy link
Collaborator Author

techouse commented Apr 5, 2024

Hmm, damn, how do I fix these versions for publishing :/

EDIT: I quoted this out in chopper/pubspec.yaml

dev_dependencies:
  #chopper_generator: ^8.0.0 # commented out for publishing rc to pub.dev

I'll put it back once 8.0.0-rc.1 is up.

CC/ @Guldem @JEuler

@techouse techouse linked an issue Apr 5, 2024 that may be closed by this pull request
@techouse techouse added pre-release pre-release and removed release prod release labels Apr 5, 2024
@techouse techouse changed the title 🔖 release v8.0.0-rc.1 🔖 pre-release v8.0.0-rc.1 Apr 5, 2024
@techouse techouse merged commit ed2cee4 into master Apr 6, 2024
12 checks passed
@techouse techouse deleted the release/v8.0.0-rc.1 branch April 6, 2024 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pre-release pre-release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve interceptor structure/base structure [Feature Request] Allow to add interceptors after constructor