Releases: retail-ai-inc/bean
Releases · retail-ai-inc/bean
v1.1.2
What's Changed
- AES encryption and decryption functions by @tanvir-retailai in #50
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
What's Changed
- Feature/separate framework folder from template by @yu-yk in #44
- fix the import bean version by @yu-yk in #45
- Remove extra template curly braces to render html template properly. by @tanvir-retailai in #46
- Remove extra template curly braces to render html template properly. by @tanvir-retailai in #47
- Update Makefile to clean entire module directory via make clean command. by @tanvir-retailai in #48
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- Initialize the tenant db connection only when it's necessary by @tanvir-retailai in #42
- Feature/remove context in validator by @yu-yk in #43
Full Changelog: v1.0.2...v1.0.3
v1.0.2
🚀 What's Changed
- Update the default sentry settings in env.json by @tanvir-retailai in 826de12
- Improve database tenant settings via env.json by @tanvir-retailai in c32f8c7
Full Changelog: v1.0.1...v1.0.2
v1.0.1
🚀 What's Changed
- SCT-143 Build: Template file preprocessor to simplify template file development by @gaoweiqiao-tre in #20
- SCT-154 Build: Bean framework
BeforeBootstrap
callback and TenantIdMutexMap by @gaoweiqiao-tre in #21 - Update build_test.yml by @yu-yk in #22
- move binary file in root folder by @gaoweiqiao-tre in #23
- update the
upgrade
cmd with new preprocesser by @yu-yk in #27 - SCT-156 Build: ErrorHandlerMiddleware pattern in Bean framework by @gaoweiqiao-tre in #28
- Feature/add project start cmd by @yu-yk in #29
- changed cmd to commands by @yu-yk in #30
- Fix/build error by @yu-yk in #31
- fix start error by @yu-yk in #33
- Feature html template support by @tanvir-retailai in #32
- remove TenantIdMutexMap by @gaoweiqiao-tre in #34
- Feature/remove global pkg and dependency by @yu-yk in #35
- implemented the access logger with body dumper by @yu-yk in #36
- simplify makefile by @yu-yk in #37
- remove .sh file and update golangci-lint path by @yu-yk in #38
- Added trace ability by @yu-yk in #39
- Feature/refine sentry by @yu-yk in #40
- fix gitignore by @yu-yk in #41
Full Changelog: v1.0.0-alpha.1...v1.0.1
v1.0.0-alpha.1
🚀 Release
- Implement
bean init <project_name>
command @yu-yk