Skip to content

Releases: slime-io/slime

v0.3.7

01 Dec 11:43
Compare
Choose a tag to compare

New Features

  • Slime Metric Reconfiguration: standardized the metric types of different sources and the way to get and handle them
  • Accesslog Metric Source: support for choosing prometheus or accesslog as metric source
  • Log Stores in File and Logrotate: support for choosing log stream outputs to stdout or local files for slime log and klog

Engineering Enhancement

  • Multi-module aggregation and packaging
  • Domestic mirror repositories: support for pulling slime images from aliyun registry(registry.cn-hangzhou.aliyuncs.com/slimeio)
  • Update proto files and scripts

What's Changed

Full Changelog: v0.3.2...v0.3.7

v0.3.2

04 Nov 15:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

27 Oct 14:49
Compare
Choose a tag to compare

What's Changed

Note you may need to use GOPROXY=direct GOPRIVATE=github.com to get latest content of v0.3.1 as a previous tag override.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

25 Oct 04:23
8b54d9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.3.0

v0.1.0-prelease

11 Mar 06:33
Compare
Choose a tag to compare
v0.1.0-prelease Pre-release
Pre-release

Configure lazy loading

Features:

  1. Service dependency query based on prometheus. No need to install report-server (mixer) anymore. And you can decide whether to install global-sidecar according to your needs
  2. Support cluster unique global-sidecar. #15

Adaptive Ratelimit

Features:

  1. Adaptive ratelimit can be based on custom metric attributes. Please refer to the README for more information #12
  2. Support subset ratelimit.

Documentation

  1. Added the introduction of slime architecture.
  2. Added documentation for Http Plugin Management.