pharo-users@lists.pharo.org

Any question about pharo is welcome

View all threads

[ANN] Stargate v6.0.0 [v6.0.0] released!

BA
Buenos Aires Smalltalk
Tue, Nov 3, 2020 5:37 PM

Stargate, a library supporting the creation of HTTP based RESTful APIs. reached it's v6.0.0 version.

Breaking changes

  • Revamped CORS support (see the updated docs)

Migration Guide

Migration of APIs using CORS will be performed automatically via rewrite rule. To achieve this, manually load the package Stargate-Deprecated-V6 before loading your code.

Non breaking changes

  • HTTPMetrics can now be configured to only breakdown on certain categories (see the updated docs)
  • Use again the official smalltalkCI
  • Update the version of the CodeCov action in use
  • Export coverage in LCOV format

Regards,

The Buenos Aires Smalltalk team