Skip to content

Releases: niledatabase/nile-js

v4.2.0

30 Apr 17:03
Compare
Choose a tag to compare

What's Changed

  • feat(server): allow id to be passed in server side tenant creation by @jrea in #936
  • fix(server): support Record<string, string> in setContext by @jrea in #937
  • fix(server): set context better for stateful requests by @jrea in #946
  • fix(react): redirect on sign up correctly by @jrea in #949
  • Jrea/939 by @jrea in #950
  • fix(server): update context response by @jrea in #951
  • Jrea/939 by @jrea in #952

Full Changelog: v4.1.3...v4.2.0

v4.1.3

19 Apr 12:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.3

v4.1.2

19 Apr 05:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.1.2

v4.1.1

15 Apr 19:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

14 Apr 18:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.4...v4.1.0

v4.0.4

14 Apr 14:33
Compare
Choose a tag to compare

What's Changed

  • fix(react): tenant selector baseurl by @jrea in #920
  • fix(server): regex on express path cleaning by @jrea in #921
  • chore(server): add test for header merging by @jrea in #908
  • chore: remove needs by @jrea in #922
  • chore: fix v4 building by @jrea in #923

Full Changelog: v4.0.2...v4.0.4

v4.0.2

11 Apr 17:41
Compare
Choose a tag to compare

What's Changed

  • fix(server): update server side create user with correct params by @jrea in #911
  • fix(server): add util function for returning the auth cookie by @jrea in #913
  • v4.0.2-alpha.0 by @jrea in #914
  • chore: fix up double jobs by @jrea in #915

Full Changelog: v4.0.1...v4.0.2

v4.0.1

09 Apr 15:43
Compare
Choose a tag to compare

What's Changed

  • fix(server): surgically update headers by @jrea in #906
  • fix(server): ensure config origin is passed to all server requests by @jrea in #907

Full Changelog: v4.0.0...v4.0.1

v4.0.0

08 Apr 20:06
Compare
Choose a tag to compare

What's Changed

  • chore: added some examples to README and a CONTRIBUTING guide by @gwenshap in #877
  • Update README.md by @sriramsub in #878
  • feat: add web components, support x-origin by @jrea in #876
  • feat(react): use js to manage state by @jrea in #879
  • feat(server): add nitro converter by @jrea in #880
  • fix(server): move route config to server config by @jrea in #882
  • fix(react): use lodash-es protect against missing window by @jrea in #883
  • fix(react): remove type module by @jrea in #884
  • fix(react): redirect to the correct oauth url by @jrea in #885
  • feat(react): use tailwind v4 by @jrea in #886
  • chore(react): clean up css by @jrea in #887
  • fix(react): use css media for theme by @jrea in #888
  • fix(react): enable csrf fetch by default by @jrea in #889
  • fix(server): remove extra qps by @jrea in #890
  • chore: added README to the packages, hoping for more relevant and att… by @gwenshap in #891
  • [feat] add sign out by @jrea in #892
  • fix(server): support bad urls in cookie header for sign in by @jrea in #894
  • feat(server): add sign out, return raw res for login by @jrea in #895
  • fix: include baseURL when getting session for signedin/signedout by @gwenshap in #897
  • fix(server): use both headers for csrf by @jrea in #899
  • fix(server): support random origin by @jrea in #900
  • fix: making sure login returned the auth info all the way to the caller by @gwenshap in #898
  • Jrea/express by @jrea in #901
  • fix(react): clean up log client errors by @jrea in #902
  • fix(server): support /me casting on function by @jrea in #903
  • fix(server): handle strings from nile-auth errors by @jrea in #904
  • chore(react): remove next auth as a dep, its only types by @jrea in #905

Full Changelog: v3.0.0...v4.0.0

v3.0.0

07 Mar 16:10
Compare
Choose a tag to compare

What's Changed

  • fix(server): make eviction work by @jrea in #807
  • fix(repo): publish to git, fix build by @jrea in #808
  • fix(repo): update packaging action by @jrea in #809
  • fix(build): add token to github packaging by @jrea in #810
  • fix(build): github packages by @jrea in #811
  • fix(build): github packages by @jrea in #812
  • fix(server): evict pool when after create fails by @jrea in #813
  • feat(react): export nextauth for simplicity by @jrea in #814
  • feat(server): use the global control plane by @jrea in #815
  • fix(server): fix the endpoints by @jrea in #816
  • fix(server): signup and login by @jrea in #817
  • fix(server): delete by email by @jrea in #818
  • fix(server): add list tenants by @jrea in #819
  • fix(server): fixes for v3 by @jrea in #820
  • fix(react): make callbackURL a first class citizen by @jrea in #821
  • chore(repo): explicity set private:false by @jrea in #822
  • chore(repo): lerna public by @jrea in #823
  • fix(server): fix server side login debugger, allow configure url to b… by @jrea in #824
  • efix(server): swap configure preference, debug migration missing on db by @jrea in #825
  • fix(server): allow autoconfiguration on basepath for routes by @jrea in #826
  • chore: remove bad lerna args by @jrea in #827
  • chore(server): add better debug logging to server side login by @jrea in #828
  • fix(server): log requests based on the config again by @jrea in #829
  • fix(server): consolidate basepath, remove version by @jrea in #830
  • fix(server): use real proxy routes for server side login by @jrea in #831
  • fix(server): actually fetch for login by @jrea in #832
  • chore(server): add more logging by @jrea in #833
  • fix(server): match on path correctly by @jrea in #834
  • Jrea/eviction by @jrea in #835
  • Jrea/eviction by @jrea in #836
  • fix(repo): remove turbo/pnp, fix dbmanager, remove mui, use tailwind by @jrea in #837
  • fix(server): support external logging by @jrea in #838
  • fix(server): also find tokens in secure cookies by @jrea in #839
  • fix(server): fix tests by @jrea in #840
  • fix(server): debug log responses by @jrea in #841
  • fix(server): keep a single API instance by @jrea in #842
  • fix(server): split the set-cookie header correctly by @jrea in #843
  • fix(server): use hostname not host, evict on release by @jrea in #844
  • fix(server): allow api config to mutate by @jrea in #845
  • fix(react): support qps for sign up by @jrea in #846
  • fix(server): pass query params along by @jrea in #847
  • fix(server): add server side method for getting the session by @jrea in #848
  • fix(server): update user type by @jrea in #849
  • fix(server): export more types by @jrea in #850
  • fix(server): set auth headers, more type exports by @jrea in #851
  • fix(server): allow secure cookies to be configured by @jrea in #852
  • fix(server): change sign up to log in by @jrea in #853
  • fix(browser): update test by @jrea in #854
  • chore(server): add integration test for nile-auth by @jrea in #856
  • Jrea/eviction by @jrea in #857
  • feat(server): support postgres creds in postgres url by @jrea in #858
  • fix(react): add email login method by @jrea in #859
  • feat(react): add more providers by @jrea in #860
  • fix: protect against strings, log errors if nile-auth is missing by @jrea in #861
  • feat(react): add password reset by @jrea in #862
  • fix(react): pass props to reset password form by @jrea in #863
  • feat(react): clone next-auth for sign in, improve error messages by @jrea in #864
  • Jrea/eviction by @jrea in #865
  • fix(server): try json, try text, remove extra clone by @jrea in #866
  • fix(react): add more components, reorder env var pickup by @jrea in #867
  • fix(react): package css by @jrea in #868
  • fix(react): better components, refresh on sign in by @jrea in #869
  • fix(server): support secure cookies in the API by @jrea in #870
  • fix(server): handle more express stuff by @jrea in #871
  • feat(react): add tenantId support, org switcher by @jrea in #872
  • fix(react): better create tenant interaction by @jrea in #873
  • fix(react): bad import/export, make process.env optional by @jrea in #874
  • fix(server): clear out db connections when integration completes by @jrea in #875

Full Changelog: v2.4.1...v3.0.0