Skip to content

Commit

Permalink
Release Apache SkyWalking Ruby 0.1.0 (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePrometheus authored Jan 20, 2025
1 parent a9976e3 commit 2fd94e9
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
26 changes: 26 additions & 0 deletions content/events/release-apache-skwaylking-ruby-0.1.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Release Apache SkyWalking Ruby 0.1.0
date: 2025-01-20
author: SkyWalking Team
description: "Release Apache SkyWalking Ruby 0.1.0"
---

SkyWalking Ruby 0.1.0 is released. Go to [downloads](https://skywalking.apache.org/downloads) page to find release tars.

#### Features
- Initialize the ruby agent core.
- Implement e2e tests.

#### Plugins
* Support [Sinatra](https://github.com/sinatra/sinatra)
* Support [redis-rb](https://github.com/redis/redis-rb)
* Support [net-http](https://github.com/ruby/net-http)
* Support [memcached](https://github.com/petergoldstein/dalli)
* Support [elasticsearch](https://github.com/elastic/elasticsearch-ruby)

#### Documentation
* Initialize the documentation.

#### Issues and PR
- All issues are [here](https://github.com/apache/skywalking/milestone/233?closed=1)
- All and pull requests are [here](https://github.com/apache/skywalking-ruby/milestone/1?closed=1)
3 changes: 3 additions & 0 deletions data/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@
docs:
- version: Next
link: /docs/skywalking-ruby/next/readme/
- version: v0.1.0
link: /docs/skywalking-ruby/v0.1.0/readme/
commitId: a3fc0c7b59c2071edea999833b71daccac62ce2f

- name: Nginx LUA Agent
icon: nginx-lua-agent
Expand Down
20 changes: 20 additions & 0 deletions data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,26 @@
- name: Install via npm
link: https://npmjs.com/package/skywalking-client-js

- name: SkyWalking Ruby
icon: ruby-agent
description: The Ruby Agent for Apache SkyWalking, which provides the native tracing abilities for Ruby projects.
source:
- version: v0.1.0
date: Jan. 20th, 2025
downloadLink:
- name: tar
link: https://www.apache.org/dyn/closer.cgi/skywalking/ruby/0.1.0/skywalking-ruby-src-0.1.0.tgz
- name: asc
link: https://downloads.apache.org/skywalking/ruby/0.1.0/skywalking-ruby-src-0.1.0.tgz.asc
- name: sha512
link: https://downloads.apache.org/skywalking/ruby/0.1.0/skywalking-ruby-src-0.1.0.tgz.sha512
distribution:
- version: v0.1.0
date: Jan. 20th, 2025
downloadLink:
- name: Install via rubygems
link: https://rubygems.org/gems/skywalking

- name: Nginx LUA Agent
icon: nginx-lua-agent
description: SkyWalking Nginx Agent provides the native tracing capability for Nginx powered by Nginx LUA module.
Expand Down

0 comments on commit 2fd94e9

Please sign in to comment.