Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚒 v1.12.1 #713

Merged
merged 16 commits into from
Oct 1, 2019
Merged

🚒 v1.12.1 #713

merged 16 commits into from
Oct 1, 2019

Conversation

dr-dimitru
Copy link
Member

New:

  • allowedOrigins option - {Regex|Boolean} - Regex of Origins that
    are allowed CORS access or false to disable completely. Default:
    /^http:\/\/localhost:12\d\d\d$/. Defaults to
    localhost:12000-localhost:13000 for allowing Meteor-Cordova builds
    access. Thanks to @risetechnologies for sending a PR Set x_mtok Cookie on CordovaΒ #676
  • interceptRequest hook - {Function} - this option is much higher
    than interceptDownolad in the router callback-chain, right after path
    match condition. Hook called with single argument β€” {http: {request: {...}, response: {...}}, params: {...}} object with minimally parsed
    URI params

Other:

s-ol and others added 16 commits June 6, 2019 12:22
- Proposed in #711, thanks to @bbenoist
- Fixing potential memory leaks
- Order functions call in `.abort()` method, closing #706, thanks to
@mariusrak and @jankapunkt
`interceptRequest` option is much higher than `interceptDownolad` in
the router callback-chain, right after path match condition. Hook
called with single argument β€” `{http: {request: {...}, response:
{...}}, params: {...}}` object with minimally parsed URI params
__New:__

- `allowedOrigins` option - {*Regex*|*Boolean*} - Regex of Origins that
are allowed CORS access or `false` to disable completely. Default:
`/^http:\/\/localhost:12\d\d\d$/`. Defaults to
`localhost:12000`-`localhost:13000` for allowing Meteor-Cordova builds
access. Thanks to @risetechnologies for sending a PR #676
- `interceptRequest` hook - {*Function*} - this option is much higher
than `interceptDownolad` in the router callback-chain, right after path
match condition. Hook called with single argument β€” `{http: {request:
{...}, response: {...}}, params: {...}}` object with minimally parsed
URI params

__Other:__

- πŸ‘·β€β™‚οΈ Merge #676, solving authentication on *Cordova*, - thanks to
@risetechnologies
- πŸ‘¨β€πŸ’»οΈ Fix ending/closing reading stream of a file, and potential
memory leaks. Thanks to @bbenoist for proposing this in #711
- πŸ‘¨β€πŸ’» Reorder callbacks in `.abort()` method of *FileUpload* instance
on the *Client*. Fixing #706, thanks to @mariusrak and @jankapunkt
- πŸ“¦ Upgrade NPM and Atmosphere dependencies
- πŸ“¦ [NPM] `file-type` update to `12.3.0`, *was `12.0.0`*
- πŸ“¦ [Atmosphere] `ostrio:cookies` update to `2.4.1`, *was `2.3.0`*
@dr-dimitru dr-dimitru merged commit a7d5636 into master Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants