Skip to content

Releases: blainegarrett/node-next-gae-demo

v1.0.0

21 Nov 17:06
bdc3d10
Compare
Choose a tag to compare

Security and assorted updates (Nov 2021)

  • Removed server.js dependency
  • Added support for passing PORT to npm command for dev server.
  • Updating app.yaml for node16 runtime
  • Upgrading axios to latest, next.js to 12, react to 17
  • Updating ci build scripts and adding documentation
  • Converting eslint directives to leverage next.js's builtins

What's Changed

Full Changelog: v0.3.4...v1.0.0.0

v0.3.4

18 Jul 16:18
Compare
Choose a tag to compare

Upgrading various packages for security.

v0.3.3

02 Nov 22:52
Compare
Choose a tag to compare

v0.3.2

27 Oct 22:39
Compare
Choose a tag to compare
  • Adding Google Cloud Build and Google Container Registry Support ala this blog post

v0.3.1 - Adding Docker support

27 Oct 20:45
Compare
Choose a tag to compare
  • Adding docker support ala this blog post
  • Adding scripts to package.yaml to support building docker images

v0.2.2 - Upgrading React, etc

26 Oct 14:55
Compare
Choose a tag to compare

Upgrading Various Packages

v0.2.1 - Upgrading various packages

12 Oct 15:42
Compare
Choose a tag to compare

Upgrading various packages

v0.2.0 - Upgrade to Next 9

21 Jul 17:51
Compare
Choose a tag to compare
  • v0.2.0 - 2019-07-21
    • Upgraded to Next.js 9
    • Switched routing to Next.js 9's filebased routing and removed routes from server.js
    • Retooled start script for better deployed ngnix performance
    • Introduced start-local for separating local run from deployed runs
    • Upgraded various packages

v0.1.2

18 Jul 03:40
Compare
Choose a tag to compare

Upgrading lodash, axios, js-yaml packages for security updates

v0.1.1 - Upgrades and PWA prep

30 Mar 20:56
Compare
Choose a tag to compare

This release makes some changes to get Lighthouse to pass and get closer to PWA support (still missing offline, manifest, ect).