fastn-stack / fastn

🚧 (Alpha stage software) fastn - better way to build websites 🚧
https://fastn.com
GNU Affero General Public License v3.0
465 stars 36 forks source link

Bump ft-sys-shared from 0.1.2 to 0.1.3 #1921

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps ft-sys-shared from 0.1.2 to 0.1.3.

Changelog

Sourced from ft-sys-shared's changelog.

ft-sys-shared: 0.1.3

  • Added ft_sys_shared::TRACKER_KEY constant

14th June 2024

ft-sdk: 0.1.12

  • fix: fill UserData::email with user's verified emails (or unverified emails if no verified email is present).
  • fix: use fastn_user.identity column to fill UserData::identity.
  • make ft_sdk::auth::user_data_by_query public.

12th June 2024

ft-sdk: 0.1.11

  • Bug fix: Cookie related bug introduced in previous release.

ft-sdk: 0.1.10

  • Bug fix: fastn-sid-1 cookie was found when we try ft_sdk::Cookie<"fastn-sid">.

11th June 2024

ft-sdk: 0.1.9

  • removed ft_sdk::processor::redirect() in favor of ft_sdk::processor::{temporary,permanent}_redirect()
  • the ft_sdk::processor::*_redirect helpers return redirect response instead of json response

6th June 2024

ft-sdk: 0.1.8

  • added default String to ft_sdk::Query<const KEY: &'static str, T = String> so its easy to migrate from ft-sdk: 0.1.6.

ft-sdk: 0.1.7

  • removed migration framework. we are adding migration feature to fastn core itself, so no need to maintain it here.
  • support for optional query parameters in ft_sdk::Query.
  • ft-derive 0.1.1

ft-derive: 0.1.1

  • removed migration proc macro

3rd June 2024

... (truncated)

Commits
  • a329b75 release prep
  • c6cb484 Merge pull request #52 from FifthTry/feat/new-session
  • 532f428 revert set_user_id: remove clear session logic
  • 4f9b770 fix: clear session in set_user_id + more...
  • b9f62fa Merge branch 'main' of github.com:fifthtry/ft-sdk into feat/new-session
  • 05e055c add SessionData and use it in SessionID
  • 5c878f5 fix: use serde traits on {get,set}_key
  • b0261d5 fix: don't return UserId
  • 0a5ecdb return Option from ProviderData::first_email
  • 8f8dd36 minor
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 months ago

Looks like ft-sys-shared is up-to-date now, so this is no longer needed.