Releases: aziontech/azion
Releases · aziontech/azion
0.48.0
Changelog
- 74fd07a Merge branch 'dev' into feat-domains-created
- 6c18c76 Merge branch 'dev' into feat-domains-describe
- 1ee5fc5 Merge branch 'dev' into feat-list_domains
- 5b7cf21 Merge pull request #270 from aziontech/update-cmd
- 079d546 Merge pull request #273 from aziontech/feat-list_domains
- 8e5d399 Merge pull request #274 from aziontech/cascade-delete
- 2f34a9a Merge pull request #275 from aziontech/delete-cmd-domains
- 2009eb3 Merge pull request #276 from aziontech/feat-domains-describe
- c922c08 Merge pull request #277 from aziontech/small-fixes
- 6c6ef57 Merge pull request #278 from aziontech/domains-list-details
- 017f18c Merge pull request #279 from aziontech/feat-domains-created
- 675bd39 Merge pull request #280 from aziontech/update-cmd-domains
- ae29b78 Merge pull request #282 from aziontech/fixes-to-domains
- 48d6ebb Merge pull request #283 from aziontech/dev
- 9673cf7 chore: add cascade delete to edge_applications
- 69e0d03 chore: add update command to edge_applications
- 7f8d63a chore: many small fixes to domain command tree
- 1cd0174 chore: remove active flag from edge_applications update
- 48a984f chore: remove unnecessary json fields in structure
- c548a34 feat: add delete command to domains
- a787967 feat: add digital-certificate-id flag
- 45c395a feat: add testing for list domains
- c43d5f9 feat: add update command to domains
- 8aad239 feat: adding new error messages regarding the domain
- 90e511f feat: adding new info messages regarding the domain
- a01ba3a feat: created unit tests for domain creation
- 9140d26 feat: describe domains
- 01efb94 feat: first draft of created
- 832e48e feat: list domains
- df7a6ab fix: add new column in list details domains and adjust fields
- 57bf79a fix: align examples
- 1ec1ac6 fix: change Edge Function to Domain in variable name
- 590b0db fix: change Function to Domain in various places
- 1074809 fix: change function to domain in comment
- 9fb9267 fix: change function_id to domain_id
- 12b1e33 fix: change functions to applications (error messages)
- bd7dd03 fix: resolving conflict
- abcfcd4 fix: resolving conflict with merge
- 211d12a fix: update placeholder messages
- e3a7146 fix: update use message var
- 7392649 ref: adjust call package list
- 81e84a9 ref: adjust message error
- 4aee730 ref: adjusting indentation and removing suggestion with shorthand
- 1ba34e8 ref: create domains
- 7d1ccb7 ref: grammar and flag adjusted
- 68f7ea2 ref: message flag active
- d4cc363 ref: remove comment
- 40e37b4 ref: remove shorthand from non-id flags
- e10632d ref: simplifying flag edge-application-id for application-id
- e411907 ref: update messages
- cd9abac ref: update messages
- c753f63 ref: update upgrade to current default
0.47.0
Changelog
- 16d2fdf Merge branch 'dev' into feat-list_edge_application
- dbad3b6 Merge pull request #257 from aziontech/feat-customizable-commands
- dc707b6 Merge pull request #258 from aziontech/edge-applications
- 5f62780 Merge pull request #260 from aziontech/codeowners
- e5397b3 Merge pull request #261 from aziontech/describe-applications
- 0e77749 Merge pull request #262 from aziontech/feat-listall-async
- 7c59c90 Merge pull request #263 from aziontech/default-branch
- 4572dce Merge pull request #264 from aziontech/delete-cmd
- c49ab82 Merge pull request #266 from aziontech/feat-list_edge_application
- 2816bf5 Merge pull request #267 from aziontech/cdn
- 3102194 Merge pull request #268 from aziontech/fix-list-all
- e7e7e39 Merge pull request #269 from aziontech/dev
- faf930c chore: change codeowners
- 807468c chore: change default template branch
- aca1bfe chore: change webapp to edge_applications
- fcda4d4 chore: fix linter
- e68190c chore: fix linter
- 3218233 chore: fix linter
- dfc6b8d chore: resolve conflicts
- 27f1d91 feat: add cdn type to edge_applications
- e6dc617 feat: add delete command to edge applications
- 4e41969 feat: add describe command to edge_applications
- 457937e feat: adding custom cmd option and keeping default javascript init command
- c302500 feat: customizable command for all points
- 0b20795 feat: list all async
- 4736a92 feat: list all edge applications
- 5522f35 fix: change function to application in message
- 09eb28b fix: change function to application in message
- 87dfdae fix: change function to application in message
- a3cffb4 fix: correct spacing in error message
- e3bfff7 fix: poorly written text
- 23b0303 fix: removed a file that was not there for it
- 35253f1 fix: when listing all items ignored page_size now fixed
- e66017f ref: Improving the code with the number of pages, to use the returned error
- 0db5247 ref: add testing unit
- a5068a1 ref: change to package
- 8f8bcde ref: corrected text
- 6518f84 ref: execution order, run CMD (if any) run DEFAULT command (framework-adapter)
- e428bc0 ref: remove print
- 35ae801 ref: remove repeated function and add test case with empty return
- 1eea5b0 ref: simplifying and cleaning the code, passing the page number with memory reference
- 8521703 ref: testing adjusting
- c013337 ref: testing adjusting
0.46.0
Changelog
- eb36ee9 Merge pull request #250 from aziontech/autodetect-name
- 08b7f55 Merge pull request #251 from aziontech/autodetect-framework
- f540ab6 Merge pull request #252 from aziontech/mandatory-envs
- 4250d1f Merge pull request #253 from aziontech/new-messages
- 1936bf5 Merge pull request #255 from aziontech/minor-refactor
- 183d76a Merge pull request #256 from aziontech/dev
- c8802cb chore: add new cli messages
- 32aa572 chore: add unit tests for name auto-detect
- 5c57719 chore: minor refactor to build cmd
- 882da86 chore: only writen .env file when necessary
- 0df79f6 chore: update webapp tests
- 5f057f9 feat: if --name is not sent, we use the one found in the package.json file
- 28fe275 feat: implemented the use of autodetect and no longer need to use the type flag
- c08c609 feat: interactive terminal for env credentials
- aac03ee fix: check error in unit test
- 20553cd fix: remove unnecessary file read
- f91b868 fix: remove unused function
- 6901685 ref: adjusted testing to new case
0.45.0
Changelog
- 065d37d Merge pull request #217 from aziontech/dependabot/go_modules/github.com/spf13/viper-1.14.0
- dbbf69e Merge pull request #225 from aziontech/fix-messages
- 572a6e5 Merge pull request #226 from aziontech/dev-branch-template
- a89c1f4 Merge pull request #227 from aziontech/dependabot/go_modules/github.com/tidwall/gjson-1.14.3
- 3c29158 Merge pull request #228 from aziontech/output-ctrl
- 5e8ea05 Merge pull request #229 from aziontech/dependabot-check
- bd4ef26 Merge pull request #231 from aziontech/better-output
- df030c0 Merge pull request #234 from aziontech/git-clone-major
- c644127 Merge pull request #235 from aziontech/functional_testing
- 4fbc0f7 Merge pull request #236 from aziontech/revert-235-functional_testing
- b330799 Merge pull request #242 from aziontech/custom-messages
- a3ae36b Merge pull request #246 from aziontech/functional_testing_new
- 94f49e5 Merge pull request #247 from aziontech/custom-messages
- 9781fcc Merge pull request #248 from aziontech/dev
- bcff535 Revert "feat: add functional testing for webapp commands"
- c9c3988 chore(deps): bump github.com/spf13/viper from 1.10.1 to 1.14.0
- fd1f3b4 chore(deps): bump github.com/tidwall/gjson from 1.14.2 to 1.14.3
- 7feab47 chore: better output for init command
- 40abbe3 chore: improve error message when go is not found (#230)
- db2ebbc chore: remove commented code
- 407e6e4 chore: update cobra version and deprecated command
- b0057e4 feat: add LDFLAG to var TemplateMajor version tag
- b48cf7c feat: add env TEMPLATE_MAJOR
- 4ba1671 feat: add functional testing for webapp commands
- f235f7d feat: add functional testing for webapp commands
- 53e7239 feat: add message custom to flareact and javascript
- e80e628 feat: add output control support
- 4423796 feat: git clone by major tag and testing
- 5f5f68b feat: stage binary now clones template's dev branch
- 21235f6 fix: I updated the values of the tests to avoid errors due to this branch not having the logic problem solved
- 066f60b fix: adjustment in logic was not correctly checking the version by major
- 3bf3f3a fix: correct branch in prod file
- d95ea68 fix: formatting messages correctly
- d16e4e0 fix: prod env file with correct branch
- 614d73c ref: add news message errors
- 08bf9c5 ref: ajust testing with mock
- 4362cdc ref: check error strconv.Atoi if not number
- fba1a17 ref: custom message sugestions
- 26ad6c0 ref: get the project name from azion.json
- ab97f8f ref: go lint does not check if I am handling the print error
- 5420f77 ref: message in message packet
- 9802d8e ref: remove import duplicate
- f9e7c2d ref: removed test used to check values in development
- 7b67fd5 ref: update message error for ErrorGetAllTags and ErrorInterateAllTags
- d0a07d0 ref: update messages
0.44.0
0.43.0
Changelog
- 16acd8f Merge branch 'dev' into update-next-flareact
- ca41506 Merge pull request #211 from aziontech/update-docs
- 3eba66e Merge pull request #212 from aziontech/update-readme
- b7cd380 Merge pull request #214 from aziontech/less-sh-javascript
- ec4a2c0 Merge pull request #215 from aziontech/update-next-flareact
- da1f5f1 Merge pull request #216 from aziontech/less-sh-nextjs
- 816640f Merge pull request #219 from aziontech/fix-indentation
- a188dc5 Merge pull request #220 from aziontech/remove-cells-check
- e524898 Merge pull request #221 from aziontech/small-fixes
- 5f65c4c Merge pull request #222 from aziontech/dev
- 3d1a855 chore: add new error messages
- aed867c chore: fix path to creating args.json file
- c083b04 chore: remove 'command not specified' message
- bed01d3 chore: remove .sh dependency for flareact
- ffb4908 chore: remove cells-site-template check from azioncli
- e538418 chore: update nextjs and flareact routine
- 50f891f chore: update readme with autocomplete instructions
- a080400 chore: update readme with autocomplete instructions
- ee13ca5 chore: verify if command is empty or not
- 1431e8b feat: add items in gitignore
- 4e41c24 feat: checking file args.json if not create empty and exec command npm
- e7d79ee feat: checking file package.json dependencs and replace in fields build and deploy the from package.json
- 701622a feat: command init check field and runner commands npm
- b2659e0 feat: first implementation of javascript without script and started nextjs without script and flareact without script
- 4efe49a feat: new package to manipulate fields
- 67db71b feat: remove sh dependecies
- d076091 feat: testing adjusted for new feature and full implementation of the init command
- 15a6bd2 fix: correct indentation in package.json on first init
- 12ee581 fix: for not having mocked dependency check it broke in action due to lack of npm
- 4751de2 fix: missing putting cells-site-template in gitignore and added two error messages
- 96a98cd fix: removed path local to testing
- 86d7eb3 fix: unspecified mocked func
- 4069da7 ref: code that can be simplified, error returned before defer
- 4f132f4 ref: remove check message in testing
- f6dfae6 ref: remove comment
- 00e4dbb ref: remove deprecated lib '1.16'
- f1194e7 ref: tests adjusted with the new features
- 01db46c ref: update unit testing and add new error messages
- 11c5fb0 ref: use new cmd from template
- cebe76f ref: use new cmd from template