Skip to content

Commit

Permalink
Merge branch 'master' of github.com:40ants/reblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jan 3, 2022
2 parents 7e0b7d1 + ad74edc commit ec3fd63
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,19 @@ Also removed:

* Functions `reblocks/routes:add-route` and `reblocks/routes:add-routes` were made internal.

<a id="other-changes"></a>

### Other changes

If local dependency can't be found relative to the given `ASDF` system, we try to search
the same path relative to the current directory and throw error if file can't be found.
This could happen if you've compiled the webserver into a binary and moved it to another
container or machine.

[`reblocks/server:start`][a02f] function now accepts `SAMESITE-POLICY` argument which should be one of
keywords: `:LAX`, `:STRICT` or `:NONE`. This parameter modifies `SameSite` part of the cookies
sent to the client.

Hooks `API` was refactored in a backward incompatible manner. [`reblocks/hooks:defhook`][3ccb] macro now requires
to specify hook's arguments and all macros generated by the [`reblocks/hooks:defhook`][3ccb] also require arguments
specification.
Expand Down Expand Up @@ -1396,6 +1409,7 @@ Called when `weblocks.request:*request*` and `weblocks.session:*session*` are al
[aed2]: components/#x-28REBLOCKS-2FPREVIEW-3APREVIEW-20FUNCTION-29
[bf49]: components/#x-28REBLOCKS-2FSERVER-3ARUNNING-P-20FUNCTION-29
[48a0]: components/#x-28REBLOCKS-2FSERVER-3ASERVERS-20FUNCTION-29
[a02f]: components/#x-28REBLOCKS-2FSERVER-3ASTART-20FUNCTION-29
[d67c]: components/#x-28REBLOCKS-2FSERVER-3ASTOP-20FUNCTION-29
[3ccb]: hooks/#x-28REBLOCKS-2FHOOKS-3ADEFHOOK-20-2840ANTS-DOC-2FLOCATIVES-3AMACRO-29-29
[eeaa]: http://keepachangelog.com/
Expand Down

0 comments on commit ec3fd63

Please sign in to comment.