Releases: labring/laf
Releases · labring/laf
v1.0.0-beta.4
What's Changed
- fix(web) : add port for fileUrl and website by @jveay in #840
- fix(web) : add origin and host to globalStore by @zuoFeng59556 in #839
- Feat(web): add app detail info dialog by @LeezQ in #843
- feat(server): support runtime pod affinity, add task switcher env by @maslow in #846
- fix(deploy): wrong node type in install scripts by @maslow in #847
- feat(web): add file upload code template by @LeezQ in #844
- fix(build): update minio latest version to fix #800 by @maslow in #850
- feat(cli): rebuild backend api by @skyoct in #852
- feat(web): upgrade application dialog by @LeezQ in #849
- feat(server): add application limitations in bundle by @maslow in #858
- fix(cli): remove app list empty field display by @skyoct in #855
- chore(deploy): add default region database conf by @maslow in #860
- feat(web): add resize layout & function page prompt by @kongwy229 in #856
- chore: update lerna config, enabled npm workspace by @zimtsui in #861
- feat(cli): impl website command by @skyoct in #854
- fix(server): fix region tls conf in initialization by @maslow in #863
- fix(web): remove bottom panel by @LeezQ in #862
- Revert "chore: update lerna config, enabled npm workspace" by @maslow in #864
- feat(server): add special price in bundle, use id instead of name by @maslow in #865
- chore(server): replace region to regionId in app creating api by @maslow in #867
- fix(web): cloud function ctx types error by @maslow in #869
- update(web): app create dialog by @LeezQ in #868
- fix(server): bundle limit is invalid, bundleId missing by @maslow in #870
- fix(web): port info by @LeezQ in #871
- fix(server): unable delete cronjob in k8s by @maslow in #873
- feat(web): add github link by @LeezQ in #872
- fix(server): some resources missing when deleting app by @maslow in #875
- feat(server): add bundle limits of website count, update readme by @maslow in #876
- fix(web): typo & i18n fixes in domain binding by @maslow in #877
New Contributors
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
v1.0.0-beta.3
What's Changed
- fix(web): fix login bug by @kongwy229 in #821
- fix(server): make prisma as global module by @maslow in #825
- fix(web): enable allowSyntheticDefaultImports for web ide by @maslow in #826
- fix(web) : add port for functionUrl by @zuoFeng59556 in #823
- fix(server): too many connections on mongo connection pool by @maslow in #827
- fix(cli): fix #824 win not cannot upload files normally by @skyoct in #831
- feat(runtime): support websocket builtin function by @maslow in #832
- fix(cli): fix multi-level path and shield aws upgrade warn by @skyoct in #834
- fix(web): opt web contrib doc, opt local dev flow by @maslow in #837
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
v1.0.0-beta.2
Bug Fixes
- cli: fix cli command error & release cli (#734) (cd5336d)
- cli: fix invoke url error (#743) (31ce3f1)
- cli: fix login error (#741) (c02c42c)
- cli: fix some word case (#742) (27290d4)
- fix init error in runtime, add set -e for shell scripts (893ddcf)
- runtime: cors package missing (#795) (18375b5)
- runtime: express cannot send number directly #816 (#817) (c856fd8)
- runtime: fix debug token error (#793) (f24db6f)
- runtime: fix proxy policy loading problem (8127519)
- runtime: rename debug token to develop token (746f08d)
- server: add validation for cron expression (#815) (5245473)
- server: add website info in bucket-get api (#775) (60c55ed)
- server: bind custom domain not working (7a27533)
- server: fix instance state error in task (#762) (e11b7ae)
- server: fix trigger job of agenda implement (69aecf1)
- server: fix unable to delete dependency name with splash #786 (#805) (0472a65)
- web: database example internationalization (#782) (80a03be)
- web: fix #718 app info edit bug (#738) (3381884)
- web: fix database page bugs & add storage refresh (#761) (857805a)
- web: fix missing comma in the translation file (#784) (c81d9e5)
- web: function data cannot be stored in local storage (#769) (bd983a0)
- web: get domain from bucket info (#803) (7ed542c)
- web: reverse array bug (#776) (dc34c2a)
- web: support tls conf in #767 (#790) (efdf4ea)
Features
- cli: auto create and delete fn (#757) (e7866fc)
- cli: generate .gitignore file (#758) (be1d88e)
- cli: impl policy cmd (#756) (b85f8e0)
- cli: opt dependency cmd (#759) (df9692b)
- runtime: support dynamic import() in runtime (#819) (eabd39f)
- server: implement website hosting module (#763) (41da999)
- server: implement website hosting task (#774) (e1e597d)
- server: refactor bundle and other data schemas (#811) (809d1de)
- web: add 403 page (#781) (50a7b79)
- web: add confirm update env modal (#806) (bf81496)
- web: add empty status & fix UI #745 (#748) (d88dd7e)
- web: add form-data option for debug panel (#789) (b59053b)
- web: add function name copy(#783) (c808c1e)
- web: add i18n language switch, refact loading state (#777) (2de068b)
- web: add website hosting (#780) (7dadeba)
- web: add website hosting custom domain (#796) (a2ea24c)
- web: fix home page & function page bugs (#735) (f468748)
New Contributors
- @kangerts made their first contribution in #739
- @zuoFeng59556 made their first contribution in #751
- @luo3house made their first contribution in #766
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
v1.0.0-beta.1
Bug Fixes
- cli: fix invalid debug header (#684) (93fc18b)
- fix max header size bug in gw & server (#708) (888ee82)
- runtime-node: fix custom env unable to read (#728) (60c0ccc)
- runtime: fix build error of runtime-node (#670) (49fbc81)
- server: fix logic error in get-app api (#720) (1c4e85b)
- web: fix func name regx for creating func (#707) (3de3d1a)
- web: ui refactor, fix styles & tips (#713) (eadb9a6)
Features
v1.0.0-beta.0
Bug Fixes
- deploy: fix minio ingress in build charts (#658) (de0a86b)
- server: fix bucket-udpate bug & server deploy issue (#641) (f6e2c35)
- server: fix response check error in bucket-updating (#642) (c4d994e)
- server: fix storage endpoint & ingress error (#638) (5506965)
- web: encode function debug header & button theme (#646) (a0a2497)
- web: fix bucket name pattern (#662) (1f58446)
- web: fix function page ui, update triger modal (#652) (a7fcfa5)
- web: fix pagination & favcon, optimize the ui styles (#656) (56cd541)
- web: replace gateway crd data with app domain object (#660) (5d411bb)
Features
- cli: add function delete (#664) (b4002ba)
- cli: refactor and impl function actions(#647) (d49b15e)
- cli: support dependency install (#663) (ac0be96)
- gateway: refactor gateway in server instead of crd (#649) (5207aa4)
- server: impl bucket domain service (#661) (aa8a3af)
- server: support multi-region cluster (#648) (ba5698c)
- web: add row & col layout (#619) (a016f4e)
- web: add trigger panel (#643) (fbf850f)
- web: fix function layout & more button (#655) (9813ca3)
- web: policy panel & log new UI (#624) (dc5df96)
- web: support toggle panels in function page (#623) (fda7b0d)
v1.0.0-alpha.6
v1.0.0-alpha.5
Bug Fixes
- core: remove bucket route pass host (#600) (a75a61f)
- default load typedefiniiton (#606) (e2d0967)
- server: fix function websocket error; add tags for function (#611) (6abee36)
- web: create same function cause page error (#603) (caa2a5d)
Features
- server: add enviroments apis (#605) (acf5d34)
- server: add update-deps api (#613) (a1f67ae)
- server: implement policy rule schema & crud (#612) (5e3789c)
- web: add AppEnvList and PATList (#608) (7d9cd82)
- web: fix database & storage bug (#595) (4ff0d9b)
- web: fix hotKey bug & hidden some buttons (#602) (f0bcbe6)
- web: hide patList edit button & show copy token button (#609) (8772314)
- web: new ui application page (#614) (e4c524a)
- web: optimize hotkey function (#604) (f429c2a)
v1.0.0-alpha.4
Bug Fixes
- runtime: add func data header for debug api, support multiple-method for debug request (#594) (db9eacd)
Features
- cli: init cli project (#488) (90b177f)
- cli: login and logout & update work dir (#587) (792a0f3)
- server: implement pat schema & apis (#597) (d4da55a)
- web: add custom url for page (#592) (41916f9)
- web: add function ide console panel (#593) (03846e7)
- web: adjust dependence add、remove、get interface (#582) (7795fb1)
- web: disabled upload button when fileList is empty (#589) (5de333c)
- web: fix functionPannel & dataPannel (#586) (7dcc72a)
- web: impl storage page (5c42bc6)
v1.0.0-alpha.3
Bug Fixes
- server: add policy service to module provider (#576) (7911ba0)
- server: fix build error in policy service (#575) (88ae17d)
- server: support array input param for adding deps (#577) (a7c0dc8)
- web: fix to use new function debug token header & url (99cf35c)
Features
- runtime: support interceptor function #341 (#579) (17f7606)
- sdk: add cloud sdk package (c98aaec)
- server: implement cron trigger schema & crud apis (#578) (3f6927c)
- server: implement policy schema & apis (#574) (0d1d090)
- web: add app restart (#571) (c53d76a)
- web: add page cache when switch sidebar page (#563) (c499afe)