v2.1.0
What's Changed
Features
- use preset-react to support jsx syntax by @Virgil993 in #1118
- Wrap YAMLParseError with UserError by @costinsin in #1125
- Fix frontend deploy link listing by @costinsin in #1126
- Update readme by @andreia-oca in #1128
- Export GENEZIO_TOKEN to run a single command authenticated by @andreia-oca in #1129
- Create a new
deployCommand
function that wraps the old one by @costinsin in #1111 - Add NextJS deploy type without implementation by @costinsin in #1112
- Read genezio config or ask questions about it on NextJS deploy by @costinsin in #1114
- Build NextJs project using Open-Next by @costinsin in #1115
- Deploy NextJS functions to Genezio by @costinsin in #1124
- Upload Next.js static files to S3 by @costinsin in #1130
- Add Next.js frontend CDN deployment by @costinsin in #1132
- Setup required Open-Next environment variables on the functions by @costinsin in #1133
- Add large Next.js
public
folder warning by @costinsin in #1134 - Prompt user to select project name if the package.json name project exists by @costinsin in #1135
- Throw error if genezio.yaml is not provided for Next.js deployment in a CI environment by @costinsin in #1136
- added clone project by @radu1122 in #1143
- Add Next.js, Express.js and Serverless to interactive
genezio create
by @costinsin in #1144 - Implement
genezio create
for Next.js by @costinsin in #1145 - Improve create messages and add
genezio create nextjs
by @costinsin in #1146 - communicate directly with function processes and assure port consistency by @stefandarius in #1142
- Add
genezio create expressjs
functionality by @costinsin in #1148 - Change manual adaptive log to automatic
doAdaptiveLogAction
by @costinsin in #1147 - Default Genezio Functions
type
toaws
for the moment by @costinsin in #1149 - Add
serverless
togenezio create
by @costinsin in #1151 - Replace placeholders in the entrire filesystem for genezio create templates by @costinsin in #1152
- Zip hidden files. by @vladiulianbogdan in #1153
- Use genezio version of open_next by @vladiulianbogdan in #1154
- [next.js] Wait for CDN deployment before showing the application URL by @costinsin in #1155
- added cors headers for each response by @Virgil993 in #1156
- Add
https://
to distribution URL by @costinsin in #1158 - Improve Next.js waiting message. by @vladiulianbogdan in #1159
- Throw suggestive error if the user forgot to install the project NPM packages by @costinsin in #1160
- [bugfix] Allow logLevel option to be used anywhere in command by @costinsin in #1162
- Stefan/trim url in express proxy by @stefandarius in #1150
- receive full frontend url from backend on deploy by @stefandarius in #1168
- [next.js] Add race between Key press for skip and Frontend status deployment complete by @costinsin in #1161
- Fix condition to correctly form the distribution URL by @andreia-oca in #1170
- Optimize Next.js deployment using parallelization by @costinsin in #1171
- Deploy Next.JS in multiple regions by @vladiulianbogdan in #1176
- Remove self hosted on aws because is not longer maintained by @andreia-oca in #1127
- Use lite aws sdk in nextjs by @vladiulianbogdan in #1177
- Add process.stdin.unref at the end of CLI process by @costinsin in #1178
- Upload user code on nextjs branch by @radu1122 in #1157
- allow object body and query params in genezio local functions by @stefandarius in #1172
- Add functions endpoint local by @Virgil993 in #1180
- Ignore .github files when zipping frontend and backend. by @vladiulianbogdan in #1181
- bump test interface by @Virgil993 in #1182
- bump test interface by @Virgil993 in #1184
- remove console log with port on local function wrapper code by @stefandarius in #1186
- Release 2.1.0 by @costinsin in #1185
Full Changelog: v2.0.4...v2.1.0