serverpod_test_client 0.9.11 copy "serverpod_test_client: ^0.9.11" to clipboard
serverpod_test_client: ^0.9.11 copied to clipboard

Part of tests for Serverpod.

0.9.11 #

  • Adds support for Map structures in serialized objects.
  • Adds support for passing maps and lists as parameters to endpoint methods.
  • Much improved error checks in code generation.
  • Adds continuous code generation with serverpod generate --watch.
  • Removes the serverpod run command in favor for continuous generation.
  • Updates dependencies to latest versions.
  • Cleans up serverpod help command.

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 #

0.9.7 #

  • serverpod create and serverpod 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 improves serverpod 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.