Releases: RyanAquino/zadala
Releases · RyanAquino/zadala
v1.5.3 Release
- Bump dependency versions
- Convert SCA configuration and package dependencies to poetry package manager
- Adjust email template to site domain
- AWS deployment
- NGINX integration
- Docker compose prod and local deployments
v1.5.2 Release
- Migrate
Redis to go
toRedis Enterprise Cloud
v1.5.1 Release
- Added Product Categories model and API endpoints
- Added Order history API endpoint
- Bump django, pyjwt, and py versions to latest due to security vulnerabilities
- Django to 3.2.15
- PyJWT to 2.4.0
- py to 1.11.0
- Multiple bug fixes
v1.5.0 Release
- Added AWS integration for user login events
- Added GIN index on product name
- Bug fix on user login thresholds causing max 10 logins per hour
v1.4.0 Release
- Added login throttling
- Fixed last login date time
- Updated packages
- Configured production settings
v1.3.0 Release
- Added Google OAuth endpoint
/social-auth/google/
- Added authentication provider on User model
- Added Django RQ worker on docker-compose setup
v1.2.2 Release
- implementation of Django Redis Queues for asynchronous processing
- Order email sending
- Change order code from datetime to uuid
- integration of isort
v1.2.1 Release
- implementation of pydantic validations
v1.2 Release
- POST -
/v1/update-cart
- sorted products response based on date its been added
v.1.1 Release
- Patch endpoint to update profile
- Product search filter
- Response added on update-cart
- User profile API
- Add pagination and CORS support