Releases: TheHackerApp/context
Releases · TheHackerApp/context
v0.5.3
v0.5.2
chore: Release package context version 0.5.2
v0.5.1
Make authenticated user role optional (#48) Patch fix to ensure the user role is optional
v0.5.0
chore: release v0.5.0 (#45)
## 🤖 New release
* `context`: 0.4.5 -> 0.5.0 (⚠️ API breaking changes)
### ⚠️ `context` breaking changes
```
--- failure enum_missing: pub enum removed or renamed ---
Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/enum_missing.ron
Failed in:
enum context::scope::Context, previously in file /tmp/.tmpFyaThS/context/src/scope.rs:89
enum context::RequestScope, previously in file /tmp/.tmpFyaThS/context/src/headers.rs:340
enum context::user::Context, previously in file /tmp/.tmpFyaThS/context/src/user.rs:32
enum context::ErrorKind, previously in file /tmp/.tmpFyaThS/context/src/headers.rs:68
enum context::UserSession, previously in file /tmp/.tmpFyaThS/context/src/headers.rs:276
enum context::scope::Params, previously in file /tmp/.tmpFyaThS/context/src/scope.rs:24
--- failure module_missing: pub module removed or renamed ---
Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/module_missing.ron
Failed in:
mod context::user, previously in file /tmp/.tmpFyaThS/context/src/user.rs:1
mod context::scope, previously in file /tmp/.tmpFyaThS/context/src/scope.rs:1
--- failure struct_missing: pub struct removed or renamed ---
Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/struct_missing.ron
Failed in:
struct context::EventDomain, previously in file /tmp/.tmpFyaThS/context/src/headers.rs:259
struct context::user::Params, previously in file /tmp/.tmpFyaThS/context/src/user.rs:22
struct context::user::AuthenticatedContext, previously in file /tmp/.tmpFyaThS/context/src/user.rs:164
struct context::UserIsAdmin, previously in file /tmp/.tmpFyaThS/context/src/headers.rs:406
struct context::OAuthUserId, previously in file /tmp/.tmpFyaThS/context/src/headers.rs:328
struct context::OAuthProviderSlug, previously in file /tmp/.tmpFyaThS/context/src/headers.rs:322
struct context::UserFamilyName, previously in file /tmp/.tmpFyaThS/context/src/headers.rs:389
struct context::UserId, previously in file /tmp/.tmpFyaThS/context/src/headers.rs:399
struct context::UserEmail, previously in file /tmp/.tmpFyaThS/context/src/headers.rs:394
struct context::EventOrganizationId, previously in file /tmp/.tmpFyaThS/context/src/headers.rs:269
struct context::UserGivenName, previously in file /tmp/.tmpFyaThS/context/src/headers.rs:384
struct context::EventSlug, previously in file /tmp/.tmpFyaThS/context/src/headers.rs:264
struct context::OAuthUserEmail, previously in file /tmp/.tmpFyaThS/context/src/headers.rs:333
struct context::scope::EventContext, previously in file /tmp/.tmpFyaThS/context/src/scope.rs:171
struct context::user::RegistrationNeededContext, previously in file /tmp/.tmpFyaThS/context/src/user.rs:125
```
<details><summary><i><b>Changelog</b></i></summary><p>
</p></details>
---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
Signed-off-by: the-hacker-app-releases[bot] <150499272+the-hacker-app-releases[bot]@users.noreply.github.com>
Co-authored-by: the-hacker-app-releases[bot] <150499272+the-hacker-app-releases[bot]@users.noreply.github.com>
v0.4.5
chore: release v0.4.5 (#42) ## 🤖 New release * `context`: 0.4.4 -> 0.4.5 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Signed-off-by: the-hacker-app-releases[bot] <150499272+the-hacker-app-releases[bot]@users.noreply.github.com> Co-authored-by: the-hacker-app-releases[bot] <150499272+the-hacker-app-releases[bot]@users.noreply.github.com>
v0.4.4
chore: release v0.4.4 (#39) ## 🤖 New release * `context`: 0.4.3 -> 0.4.4 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Signed-off-by: the-hacker-app-releases[bot] <150499272+the-hacker-app-releases[bot]@users.noreply.github.com> Co-authored-by: the-hacker-app-releases[bot] <150499272+the-hacker-app-releases[bot]@users.noreply.github.com>
v0.4.3
chore: release v0.4.3 (#36) ## 🤖 New release * `context`: 0.4.2 -> 0.4.3 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Signed-off-by: the-hacker-app-releases[bot] <150499272+the-hacker-app-releases[bot]@users.noreply.github.com> Co-authored-by: the-hacker-app-releases[bot] <150499272+the-hacker-app-releases[bot]@users.noreply.github.com>
v0.2.0
What's Changed
- Use std::borrow::Cow for input params by @akrantz01 in #4
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Configure Renovate by @renovate in #1
- Add publishing to Shipyard by @akrantz01 in #2
New Contributors
- @renovate made their first contribution in #1
- @akrantz01 made their first contribution in #2
Full Changelog: https://github.com/TheHackerApp/context/commits/v0.1.0