Skip to content

Releases: TheHackerApp/context

v0.5.3

11 Jun 05:43
4639e3f
Compare
Choose a tag to compare
chore: Release package context version 0.5.3

v0.5.2

07 May 07:19
952f132
Compare
Choose a tag to compare
chore: Release package context version 0.5.2

v0.5.1

31 Jan 00:12
a213a84
Compare
Choose a tag to compare
Make authenticated user role optional (#48)

Patch fix to ensure the user role is optional

v0.5.0

30 Jan 23:28
e74253e
Compare
Choose a tag to compare
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

28 Jan 03:13
ba90e57
Compare
Choose a tag to compare
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

23 Jan 05:39
42a3c7b
Compare
Choose a tag to compare
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

15 Jan 18:48
09c2779
Compare
Choose a tag to compare
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

08 Nov 04:04
2525d18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

06 Nov 06:08
99afebd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/TheHackerApp/context/commits/v0.1.0