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.1-alpha.4 to 0.1.2 #1889

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps ft-sys-shared from 0.1.1-alpha.4 to 0.1.2.

Changelog

Sourced from ft-sys-shared's changelog.

ft-sdk: 0.1.2

  • updated ft-sys to 0.1.2
  • added migration framework
  • added support for fastn_user, fastn_session, fastn_email_queue tables
  • added auth and auth provider framework
  • removed ft_sdk::{CookieExt, Query, QueryExt, JsonBody, JsonBodyExt}
  • removed ft_sdk::In
  • removed ft_sdk::Layout framework
  • added ft_sdk::send_email
  • added ft_sdk::server_error!(), ft_fdk::not_found!(), ft_sdk::unauthorised!()
  • added from_request extractors for cookie, form, headers, hidden, host, path, optional, mountpoint, query, required
  • added ft_sdk::{processor, form, data} for handling http requests
  • added ft-derive, and re-exported ft_sdk::{form, processor, wrapped_processor, data, migration}!()
  • added ft_sdk::dbg_query
  • added ft_sdk::Rng to generate random numbers

ft-derive: 0.1.0

Initial release with these macros: {form, processor, wrapped_processor, data, migration}!(). Should be used via ft-sdk.

ft-sys: 0.1.2

  • upgraded ft-sys-shared to 0.1.2
  • re-organised code using feature flags
  • added sqlite backend
  • renamed ft_sys::diesel to ft_sys::diesel_pg
  • removed ft_sys::env::ud, use ft_sdk::auth::ud instead
  • ft_sys::println! works in non wasm also
  • removed non-working ft_sys::http::{get,post} and added ft_sys::http::send
  • created ft_sys::{Connection, ConnectionError}

ft-sys-shared: 0.1.2

No change, this is good enough for wider use so bumping to 0.1.2.

21st May 2024

Commits
  • ad5508c preperation for ft-sys-shared: 0.1.2
  • 1586b31 using the right version of ft-sys-shared
  • acb7c3b Update ft-sdk/migrations/0002-fastn-email-queue.sql
  • 9b90ab2 Update ft-sdk/migrations/0002-fastn-email-queue.sql
  • d2b7ba1 Fix: send_email function
  • 4c9ff2a Fix: migrations sql files
  • 99f3c5e Added migrations folder
  • 8228e3c Added updated_at column in fastn_email_queue
  • 8e02e28 Added some print statement for send_email
  • a75abb4 session/ud() related fixes
  • 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 4 months ago

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