Skip to content

Releases: alexandermendes/next-micro

v1.2.2

25 Aug 03:22
Compare
Choose a tag to compare

1.2.2 (2021-08-25)

Bug Fixes

  • add service tag to stdout and stderr streams (839f75f)
  • clear timeout when waiting for service to load (4e1919f)
  • do not load services twice when using autoload with services (9dd4f40)

v1.2.1

25 Aug 02:54
Compare
Choose a tag to compare

1.2.1 (2021-08-25)

Bug Fixes

  • prefer custom scripts for Next.js services (e7e23c9)

v1.2.0

25 Aug 02:37
Compare
Choose a tag to compare

1.2.0 (2021-08-25)

Bug Fixes

  • close route watchers when the server closes (7b0ba59)

Features

  • add env_* setting (b69f3b7)
  • make logging for tagged services clearer (5e4eb71)
  • optimize watching for next route changes (7cf38aa)

v1.1.0

25 Aug 00:29
Compare
Choose a tag to compare

1.1.0 (2021-08-25)

Bug Fixes

  • support route matching for older next versions (e6a3765)

Features

  • add better feedback for clashing page routes (a752cd5)
  • add ignore setting (19fc95d)

v1.0.1

23 Aug 11:01
Compare
Choose a tag to compare

1.0.1 (2021-08-23)

Bug Fixes

  • close the proxy when the main server closes (0ccb231)

v1.0.0

23 Aug 03:14
Compare
Choose a tag to compare

1.0.0 (2021-08-23)

Bug Fixes

  • handle service potentially being launched from multiple requests (cc5c0f2)
  • remove test port (979bc6f)
  • rename bin script > nextmicro (1530b5e)

Features

  • add a fallback service name based on creation index (d796890)
  • add autostart option (cebc8d4)
  • add basic router (07735e3)
  • add cli witth basic dev option (f6376fd)
  • add config loader with basic validation (e3e3351)
  • add core server setup (4f82738)
  • add custom logger (e630729)
  • add env opt (70c44c3)
  • add option to launch services on startup (b2c66ee)
  • add rootDir option (da7b069)
  • add scriptWaitForTimeout option (db79c96)
  • add service startup mechanism (4597a8e)
  • add start script validation (97a9fab)
  • add ttl option (6bfbe91)
  • add version feedback to services (c786cde)
  • assign ports to services automatically (6591751)
  • auto load next.js routes (48c3058)
  • begin next.js route support (7c3020b)
  • continue adding Next.js support (cb96b80)
  • get basic server up and running (81fdc2d)
  • launch next services automatically (d4348b0)
  • watch for route changes in dev mode (f13c8b3)