1.2.2 (2021-08-25)
- 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
withservices
(9dd4f40)
1.2.1 (2021-08-25)
- prefer custom scripts for Next.js services (e7e23c9)
1.2.0 (2021-08-25)
- close route watchers when the server closes (7b0ba59)
- add env_* setting (b69f3b7)
- make logging for tagged services clearer (5e4eb71)
- optimize watching for next route changes (7cf38aa)
1.1.0 (2021-08-25)
- support route matching for older next versions (e6a3765)
1.0.1 (2021-08-23)
- close the proxy when the main server closes (0ccb231)
- handle service potentially being launched from multiple requests (cc5c0f2)
- remove test port (979bc6f)
- rename bin script > nextmicro (1530b5e)
- 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)