serverpod_service_client 0.9.10 serverpod_service_client: ^0.9.10 copied to clipboard
Generated client for the Severpod service protocol.
0.9.10 #
- Brings example code up-to-date with latest changes in Serverpod
- Improved security for email sign in (limits sign in attempts based on a time period).
- Dart docs are now copied to generated code, making it easier to document APIs.
- Fixes issue with logging of queries in streaming sessions.
- Adds support for Sign in with Firebase.
- Breaking changes: Adds a new table for email sign in. Migration instructions here: https://github.com/serverpod/serverpod/discussions/246
0.9.9 #
- Improved Terraform scripts for AWS will use less resources. Most notably, only uses one load balancer which will fit within AWS free tier.
- Adds web server to Terraform scripts.
- Includes the Relic web server within the main Serverpod package.
- Much improved logging and health checks.
- Allows for monitoring of CPU and memory use.
- Many smaller bug fixes and improvements.
- Breaking changes: Updates config files and tables for logging. Migration instructions here: https://github.com/serverpod/serverpod/discussions/190
0.9.8 #
- Adds Terraform deployment scripts for AWS. Documentation here: https://github.com/serverpod/serverpod/discussions/182
- Breaking change: Updates structure of config files. Migration instructions here: https://github.com/serverpod/serverpod/discussions/182
- Moves Redis enabled option to config file and turns it off by default.
serverpod run
no longer manages the Docker containers as it caused an issue with restarting the server.
0.9.7 #
serverpod create
andserverpod generate
is now working on Windows. Tested on a fresh install of Windows 10.
0.9.6 #
- Improved, but still experimental support for Windows.
- Fixes issue with error being thrown when internet connection is missing in CLI.
- Correctly ignores overridden methods of Endpoints in code generation.
- Makes using Redis optional.
- Much improved documentation.
0.9.5 #
- Adds
serverpod run
command and improvesserverpod create
. - Continuous generation through
severpod run
. - Automatic restarts through
serverpod run
.
0.9.4 #
- Updates to documentation.
- Makes it possible to cancel future calls.
- Improves accuracy in future calls.
- Saves/restores refresh tokens for Google sign in.
0.9.3 #
- Updates to documentation.
0.9.2 #
- Adds serverpod_auth module for authentication with email, Apple, and Google.
0.9.1 #
- Fixes broken images in documentation.
0.9.0 #
- Updates documentation and logos
- Ready for 0.9 release!
0.8.12 #
- Updates default templates.
0.8.11 #
- Improved ORM.
- Support for Docker.
- Chat module.
- Updated docs.
0.8.10 #
- Support for static file directories in Relic.
- Adds logos (psd and pngs).
- Adds example project.
- Initial version of authentication module.
- Cloud storage support.
- Adds auth module
0.8.6 #
- Adds documentation.
- Generates SQL files for creating database tables.
0.8.5 #
- Fixes compilation in broken serverpod_cli package
0.8.4 #
- Updates template files and fixes
serverpod create
command. - Adds CHANGELOG.md
0.8.3 #
- Initial working version.