Current Focus
This week we’re quietly releasing a number of 2.x bug fixes while we continue to focus on A3. We’ve made some major progress with our new notifications system and media library. We’re eying October for a formal Alpha release and could not be more excited. Stay tuned for more details. Release notes below.
Release Notes
You can now instruct Apostrophe to trust the X-Forwarded-*
headers by passing the trustProxy: true
option to apostrophe-express
when it running behind a proxy server like nginx. If Apostrophe is generating http:
URLs when they should be https:
, this is most likely what you need.
- Fixes minor ESLint errors
booleanOrNull
accepts the string 'null'
as a synonym for null
. Note that any
was already accepted. null
can be an attractive choice when the user will not see it in the query string and conflict with other uses of any
is a concern.
Adds the Cheerio configuration option in a fourth options argument.
- Updates
mocha
andapostrophe
for security vulnerabilities. - Adds ESLint to the test script.
apostrophe-pubmed-import 1.0.8
- Updates dependencies to resolve vulnerability warnings. The major version change for
google-spreadsheet-to-json
lists the only breaking change as “removed user/password auth method,” which does not apply to this package.