| non port: devel/Makefile |
Number of commits found: 12227 (showing only 100 on this page) |
|
Thursday, 4 Dec 2025
|
20:11 Rene Ladan (rene)
devel/libavl: Remove expired port
2025-12-01 devel/libavl: Since 2002 libavl is no longer distributed as a shared
library.
5243d9f |
|
Wednesday, 3 Dec 2025
|
00:20 Yuri Victorovich (yuri)
devel/py-aioboto3: New port: Async boto3 wrapper
f8e9176 |
|
Tuesday, 2 Dec 2025
|
12:04 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rails-i18n-rails81: Add rubygem-rails-i18n-rails81 8.1.0 (copied
from rubygem-rails-i18n-rails80)
631dee5 |
12:04 Po-Chuan Hsieh (sunpoet)
devel/py-py-deviceid: Add py-py-deviceid 0.1.1
deviceid provides a device ID for a given system, based on the DevDeviceId
specification.
7e4a999 |
12:04 Po-Chuan Hsieh (sunpoet)
devel/py-backports.zstd: Add py-backports.zstd 1.1.0
backports.zstd provides backport of PEP-784 "adding Zstandard to the standard
library".
e5ce4ff |
12:04 Po-Chuan Hsieh (sunpoet)
devel/py-librt: Add py-librt 0.6.3
This library contains basic functionality that is useful in code compiled using
mypyc, and efficient C implementations of various Python standard library
classes and functions. Mypyc can produce faster extensions when you use librt in
the code you compile. librt also contains some internal library features used by
mypy.
e191cf0 |
12:04 Po-Chuan Hsieh (sunpoet)
devel/py-microsoft-security-utilities-secret-masker: Add
py-microsoft-security-utilities-secret-masker 1.0.0b4
microsoft-security-utilities-secret-masker is part of the Microsoft Security
Utilities used internally. You can find the related .NET SDK package here. This
Secret Masker Python library focuses on:
- providing some built-in detection rules in json format
- detecting sensitive data for given input
- masking sensitive data with simple symbols or sha256 hash for given input
d31f10e |
12:04 Po-Chuan Hsieh (sunpoet)
devel/py-azure-monitor-query: Add py-azure-monitor-query 2.0.0
The Azure Monitor Query client library is used to execute read-only queries
against Azure Monitor's Logs data platform.
Logs - Collects and organizes log and performance data from monitored resources.
Data from different sources such as platform logs from Azure services, log and
performance data from virtual machines agents, and usage and performance data
from apps can be consolidated into a single Azure Log Analytics workspace. The
various data types can be analyzed together using the Kusto Query Language.
3eec5c9 |
|
Sunday, 30 Nov 2025
|
10:52 Yuri Victorovich (yuri)
devel/subprocess.h: New port: Single header process launching solution for C and
C++
50cf99c |
07:16 Po-Chuan Hsieh (sunpoet)
devel/py-pytokens: Add py-pytokens 0.3.0
pytokens provides a fast, spec compliant Python 3.14+ tokenizer that runs on
older Pythons.
c543b0e |
03:19 Wen Heping (wen)
devel/py-polyfactory: Add new port
Polyfactory is a simple and powerful mock data generation library,
based around type hints and supporting dataclasses, typed-dicts,
pydantic models, msgspec structs and more.
dc3e228 |
|
Saturday, 29 Nov 2025
|
23:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-grape-swagger-gitlab: Add rubygem-grape-swagger-gitlab 2.1.2
(copied from rubygem-grape-swagger)
- Add PORTSCOUT
2712eb5 |
23:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-messages30: Add rubygem-cucumber-messages30 30.1.0
(copied from rubygem-cucumber-messages)
- Add PORTSCOUT
0c81f70 |
23:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-bootsnap-gitlab: Add rubygem-bootsnap-gitlab 1.18.6 (copied from
rubygem-bootsnap)
- Add PORTSCOUT
52ea9b5 |
23:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-sagemakerruntimehttp2: Add
rubygem-aws-sdk-sagemakerruntimehttp2 1.0.0
Official AWS Ruby gem for Amazon SageMaker Runtime HTTP2.
96d9702 |
23:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-partnercentralchannel: Add
rubygem-aws-sdk-partnercentralchannel 1.0.0
Official AWS Ruby gem for Partner Central Channel API.
f9bd2fa |
23:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-mwaaserverless: Add rubygem-aws-sdk-mwaaserverless 1.0.0
Official AWS Ruby gem for Amazon MWAA Serverless.
2f2dd97 |
23:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-computeoptimizerautomation: Add
rubygem-aws-sdk-computeoptimizerautomation 1.0.0
Official AWS Ruby gem for Compute Optimizer Automation.
24e5517 |
23:20 Po-Chuan Hsieh (sunpoet)
devel/py-typer-slim: Add py-typer-slim 0.20.0
Typer is a library for building CLI applications that users will love using and
developers will love creating. Based on Python 3.6+ type hints.
The key features are:
- Intuitive to write: Great editor support. Completion everywhere. Less time
debugging. Designed to be easy to use and learn. Less time reading docs.
- Easy to use: It's easy to use for the final users. Automatic help, and
automatic completion for all shells.
- Short: Minimize code duplication. Multiple features from each parameter
declaration. Fewer bugs.
- Start simple: The simplest example adds only 2 lines of code to your app: 1
import, 1 function call.
- Grow large: Grow in complexity as much as you want, create arbitrarily complex
trees of commands and groups of subcommands, with options and arguments.
73b0359 |
23:20 Po-Chuan Hsieh (sunpoet)
devel/py-protovalidate: Add py-protovalidate 1.0.0
Protovalidate is the semantic validation library for Protobuf. It provides
standard annotations to validate common rules on messages and fields, as well as
the ability to use CEL to write custom rules. It's the next generation of
protoc-gen-validate.
With Protovalidate, you can annotate your Protobuf messages with both standard
and custom validation rules.
486573d |
23:20 Po-Chuan Hsieh (sunpoet)
devel/py-cel-python: Add py-cel-python 0.2.0
Pure Python implementation of Google Common Expression Language.
This implementation has minimal dependencies, runs quickly, and can be embedded
into Python-based applications. Specifically, the intent is to be part of Cloud
Custodian, C7N, as part of the security policy filter.
2bb8adc |
23:20 Po-Chuan Hsieh (sunpoet)
devel/protovalidate: Add protovalidate 1.0.0
Protovalidate is the semantic validation library for Protobuf. It provides
standard annotations to validate common rules on messages and fields, as well as
the ability to use CEL to write custom rules. It's the next generation of
protoc-gen-validate.
With Protovalidate, you can annotate your Protobuf messages with both standard
and custom validation rules.
fd4042a |
|
Wednesday, 26 Nov 2025
|
21:01 Rene Ladan (rene)
devel/gconfmm26: Remove expired port
2025-08-24 devel/gconfmm26: Gconf has been replaced with gsettings
f876c8c |
|
Sunday, 23 Nov 2025
|
13:30 Hiroki Tagato (tagattie)
devel/hyprwire: Add port: Fast and consistent wire protocol for IPC
Hyprwire is a fast and consistent wire protocol, and its
implementation. This is essentially a "method" for processes to talk
to each other.
WWW: https://github.com/hyprwm/hyprwire
64d155c |
|
Monday, 17 Nov 2025
|
21:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-jbuilder-rails81: Add rubygem-jbuilder-rails81 2.14.1 (copied from
rubygem-jbuilder-rails80)
741a07b |
21:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-sprockets-rails-rails81: Add rubygem-sprockets-rails-rails81 3.5.2
(copied from rubygem-sprockets-rails-rails80)
c522413 |
21:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-web-console-rails81: Add rubygem-web-console-rails81 4.2.1 (copied
from rubygem-web-console-rails80)
68aec44 |
21:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-activejob81: Add rubygem-activejob81 8.1.0
Active Job is a framework for declaring jobs and making them run on a variety of
queuing backends. These jobs can be everything from regularly scheduled
clean-ups, to billing charges, to mailings -- anything that can be chopped up
into small units of work and run in parallel.
It also serves as the backend for Action Mailer's #deliver_later functionality
that makes it easy to turn any mailing into a job for running later. That's one
of the most common jobs in a modern web application: sending emails outside the
request-response cycle, so the user doesn't have to wait on it.
The main point is to ensure that all Rails apps will have a job infrastructure
in place, even if it's in the form of an "immediate runner". We can then have
framework features and other gems build on top of that, without having to worry
about API differences between Delayed Job and Resque. Picking your queuing
backend becomes more of an operational concern, then. And you'll be able to
switch between them without having to rewrite your jobs.
5a8acfd |
21:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-activesupport81: Add rubygem-activesupport81 8.1.0
Active Support is a collection of utility classes and standard library
extensions that were found useful for the Rails framework. These additions
reside in this package so they can be loaded as needed in Ruby projects outside
of Rails.
9131016 |
21:06 Po-Chuan Hsieh (sunpoet)
devel/rubygem-actionview81: Add rubygem-actionview81 8.1.0
Action View is a framework for handling view template lookup and rendering, and
provides view helpers that assist when building HTML forms, Atom feeds and more.
Template formats that Action View handles are ERB (embedded Ruby, typically used
to inline short Ruby snippets inside HTML), and XML Builder.
25b5cc2 |
|
Monday, 10 Nov 2025
|
20:23 Mark Felder (feld)
devel/openfec: New Port
OpenFEC is a library that provides Application-Level Forward Erasure
Correction (AL-FEC) codes, also known as Upper-Layers FEC (UL-FEC). The
core purpose is to add redundancy to data in order to recover from
erasures during transmission without requiring retransmission.
This port is of the actively maintained fork by the roc-streaming project.
550d8b4 |
|
Sunday, 9 Nov 2025
|
16:30 Po-Chuan Hsieh (sunpoet)
devel/py-hishel0: Add py-hishel0 0.1.5 (copied from py-hishel)
- Add PORTSCOUT
b027a7f |
14:17 Hiroki Tagato (tagattie)
devel/electron39: Add port: Build cross-platform desktop apps with JavaScript,
HTML, and CSS
Build cross platform desktop apps with JavaScript, HTML, and CSS.
It's easier than you think.
If you can build a website, you can build a desktop app. Electron is a
framework for creating native applications with web technologies like
JavaScript, HTML, and CSS. It takes care of the hard parts so you can
focus on the core of your application.
WWW: https://electronjs.org/
5ff73b6 |
|
Sunday, 2 Nov 2025
|
10:11 Yuri Victorovich (yuri)
devel/tinyopt: New port: C++ header-only library for argument parsing
c6c4d3c |
|
Saturday, 1 Nov 2025
|
18:01 Yuri Victorovich (yuri)
devel/py-namex: New port: Utility to separate implementation and public API
surface
2270285 |
13:43 Matthias Andree (mandree)
devel/py-ctags: Remove expired port
devel/py-ctags fails to build with 3.10 or later even on the latest
upstream release. Remove port.
91e2900 |
13:40 Matthias Andree (mandree)
devel/py-pyjq: Remove expired port
devel/py-pyjq fails to build with 3.10 or later Python versions
and has no upstream version. Users can use textproc/py-jq instead.
f4f763c |
11:12 Rene Ladan (rene)
devel/electron35: Remove expired port
2025-10-31 devel/electron35: EOLed upstream, switch to newer version
6e42258 |
11:07 Rene Ladan (rene)
devel/pysvn: Remove expired port
2025-10-31 devel/pysvn
7f08423 |
11:06 Rene Ladan (rene)
devel/py-types-ujson: Remove expired port
2025-10-31 devel/py-types-ujson: No longer required by devel/py-ujson ≥ 5.11
0e4c983 |
|
Friday, 31 Oct 2025
|
16:29 Gleb Popov (arrowd)
devel/dfuzzer: A fuzzing tool for D-Bus services
46202ce |
|
Thursday, 30 Oct 2025
|
22:51 Yuri Victorovich (yuri)
devel/chai: New port: Copy-hiding array abstraction for data migration
8063b9b |
15:42 Yuri Victorovich (yuri)
devel/umpire: New port: API for memory management on NUMA & GPU architectures
a5fbeb9 |
|
Monday, 27 Oct 2025
|
21:07 Po-Chuan Hsieh (sunpoet)
devel/rubygem-fugit111: Remove obsoleted port
Use devel/rubygem-fugit instead.
8fa00d7 |
15:09 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-rtbfabric: Add rubygem-aws-sdk-rtbfabric 1.0.0
Official AWS Ruby gem for RTB Fabric.
0b3191d |
14:41 Po-Chuan Hsieh (sunpoet)
devel/py-pycomposefile: Move devel/pycomposefile to devel/py-pycomposefile
- Bump PORTREVISION of dependent ports for dependency change
- Take maintainership
f3c9996 |
14:25 Po-Chuan Hsieh (sunpoet)
*/Makefile: Sort SUBDIRs
195d944 |
|
Sunday, 26 Oct 2025
|
19:45 Matthias Fechner (mfechner)
www/gitlab: fixed conflict in 2025Q4 with devel/rubygem-fugit
048c541 |
15:38 Matthias Fechner (mfechner)
sysutils/vagrant-gitlab: new ports required to by compatible with gitlab 18.4.3
d5c0566 |
15:38 Matthias Fechner (mfechner)
devel/rubygem-vite_rails-rails70: renamed to devel/rubygem-vite_rails-gitlab
6f8701a |
15:38 Matthias Fechner (mfechner)
devel/rubygem-vite_ruby33: renamed to devel/rubygem-vite_ruby-gitlab and update
to 3.9.2
Changes: https://github.com/ElMassimo/vite_ruby/blob/vite_ruby@3.9.2/vite_ruby/CHANGELOG.md
1b935b7 |
15:38 Matthias Fechner (mfechner)
devel/rubygem-multi_json114: rename to devel/rubygem-multi_json-gitlab and
update to 1.17.0
Changes: https://github.com/sferik/multi_json/blob/main/CHANGELOG.md
4e675c4 |
15:38 Matthias Fechner (mfechner)
www/gitlab: new ports required for gitlab 18.4.3
2618aff |
|
Thursday, 23 Oct 2025
|
23:37 TAKATSU Tomonari (tota)
devel/R-cran-otel: Add new port
High-quality, ubiquitous, and portable telemetry to enable effective
observability. OpenTelemetry is a collection of tools, APIs, and
SDKs used to instrument, generate, collect, and export telemetry
data (metrics, logs, and traces) for analysis in order to understand
your software's performance and behavior. This package implements
the OpenTelemetry API: <https://opentelemetry.io/docs/specs/otel/>.
Use this package as a dependency if you want to instrument your R
package for OpenTelemetry.
130c104 |
|
Wednesday, 22 Oct 2025
|
16:23 Matthias Fechner (mfechner)
www/gitlab: security and bugfix update to 18.3.5
Changes: https://about.gitlab.com/releases/2025/10/22/patch-release-gitlab-18-5-1-released/
Security: f741ea93-af61-11f0-98b5-2cf05da270f3
9b4801f |
|
Sunday, 19 Oct 2025
|
08:03 Robert Clausecker (fuz)
devel/gocritic: rename to devel/go-critic
See also: https://github.com/go-critic/go-critic/pull/1482
28f4be2 |
|
Saturday, 18 Oct 2025
|
23:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-json27: Remove obsoleted port
Use devel/rubygem-json instead.
f25ac27 |
23:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-fog-core250: Remove obsoleted port
Use devel/rubygem-fog-core instead.
6cd7543 |
23:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-fog-core210: Remove obsoleted port
Use devel/rubygem-fog-core instead.
774d641 |
23:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-messages25: Remove obsoleted port
Use devel/rubygem-cucumber-messages instead.
d7dcd64 |
23:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-messages24: Remove obsoleted port
Use devel/rubygem-cucumber-messages instead.
0548dbb |
23:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-messages22: Remove obsoleted port
Use devel/rubygem-cucumber-messages instead.
21d2b18 |
23:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-core13: Remove obsoleted port
Use devel/rubygem-cucumber-core instead.
7a9b016 |
23:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber9: Remove obsoleted port
Use devel/rubygem-cucumber instead.
117affe |
23:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-sms: Remove obsoleted port
5dde88d |
23:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-opsworkscm: Remove obsoleted port
7867d9e |
23:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-opsworks: Remove obsoleted port
a1d9766 |
23:47 Po-Chuan Hsieh (sunpoet)
devel/py-types-urllib3: Remove obsoleted port
The urllib3 package includes type annotations or type stubs since version 2.0.0.
Use net/py-urllib3 instead.
8112ce0 |
23:46 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-messages29: Add rubygem-cucumber-messages29 29.0.1
(copied from rubygem-cucumber-messages)
- Add PORTSCOUT
8679054 |
23:46 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-messages28: Add rubygem-cucumber-messages28 28.1.0
(copied from rubygem-cucumber-messages)
- Add PORTSCOUT
9a94ad9 |
23:46 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-ci-environment10: Add rubygem-cucumber-ci-environment10
10.0.1 (copied from rubygem-cucumber-ci-environment)
- Add PORTSCOUT
fbca98d |
23:46 Po-Chuan Hsieh (sunpoet)
devel/py-uv-build08: Add py-uv-build08 0.8.23
uv-build is a slimmed down version of uv containing only the build backend.
4c500a6b |
23:46 Po-Chuan Hsieh (sunpoet)
devel/py-tree-sitter-yaml: Add py-tree-sitter-yaml 0.7.2
tree-sitter-yaml provides a tree-sitter parser for YAML files.
307ac53 |
23:46 Po-Chuan Hsieh (sunpoet)
devel/py-tree-sitter-regex: Add py-tree-sitter-regex 0.25.0
tree-sitter-regex provides Regex grammar for tree-sitter. Note that this grammar
supports the PCRE2, POSIX, and JavaScript regex syntaxes.
d27e3bf |
23:45 Po-Chuan Hsieh (sunpoet)
devel/py-tree-sitter-javascript: Add py-tree-sitter-javascript 0.25.0
tree-sitter-javascript provides JavaScript and JSX grammar for tree-sitter.
fd95bb1 |
23:45 Po-Chuan Hsieh (sunpoet)
devel/py-tree-sitter-go: Add py-tree-sitter-go 0.25.0
tree-sitter-go provides Go grammar for tree-sitter.
131c77d |
23:45 Po-Chuan Hsieh (sunpoet)
devel/py-tree-sitter-css: Add py-tree-sitter-css 0.25.0
tree-sitter-css provides CSS grammar for tree-sitter.
f23afe8 |
23:45 Po-Chuan Hsieh (sunpoet)
devel/py-tree-sitter-bash: Add py-tree-sitter-bash 0.25.0
tree-sitter-bash provides Bash grammar for tree-sitter.
a359b7c |
23:45 Po-Chuan Hsieh (sunpoet)
devel/py-cron-converter: Add py-cron-converter 1.2.2
Cron-converter provides a Cron string parser (from string/lists to string/lists)
and iteration for the datetime object with a cron like format.
ede72b1 |
|
Friday, 17 Oct 2025
|
08:01 Yuri Victorovich (yuri)
devel/py-jstyleson: New port: Library to parse JSON with js-style comments
8f89ff1 |
|
Thursday, 16 Oct 2025
|
23:15 Yuri Victorovich (yuri)
devel/py-inquirer: New port: Collection of common interactive command line user
interfaces
c5a58cc |
23:15 Yuri Victorovich (yuri)
devel/py-runs: New port: Run a block of text as a subprocess
a36d091 |
23:15 Yuri Victorovich (yuri)
devel/py-xmod: New port: Turn any object into a module
e811dcc |
23:15 Yuri Victorovich (yuri)
devel/py-daiquiri: New port: Library to configure Python logging easily
c1c2248 |
|
Tuesday, 14 Oct 2025
|
13:22 Hiroki Tagato (tagattie) Author: Stefan Schlosser
devel/semver: Add port: Semantic Versioning for modern C++
semver is a header-only semantic versioning library for modern C++. It
allows to compare and manipulate versions complying with the Semantic
Versioning 2.0.0 specification. It is licensed under the MIT License.
WWW: https://github.com/Neargye/semver
PR: 290206
Reported by: Stefan Schlosser <bsdcode@disroot.org> (new maintainer)
4b22a03 |
|
Monday, 13 Oct 2025
|
06:12 Po-Chuan Hsieh (sunpoet)
devel/rubygem-opentelemetry-metrics-sdk: Add rubygem-opentelemetry-metrics-sdk
0.9.1
The opentelemetry-metrics-sdk is an alpha implementation of the OpenTelemetry
Metrics SDK for Ruby. It should be used in conjunction with the
opentelemetry-sdk to collect, analyze and export metrics.
4150613 |
06:12 Po-Chuan Hsieh (sunpoet)
devel/rubygem-opentelemetry-metrics-api: Add rubygem-opentelemetry-metrics-api
0.4.0
The opentelemetry-metrics-api gem is an alpha implementation of the
OpenTelemetry Metrics API for Ruby applications. Using
opentelemetry-metrics-api, a library or application can code against the
OpenTelemetry interfaces to produce metric data.
62336d2 |
06:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-opentelemetry-logs-sdk: Add rubygem-opentelemetry-logs-sdk 0.4.0
The opentelemetry-logs-sdk gem provides logs SDK implementation for
OpenTelemetry.
65380e3 |
06:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-opentelemetry-logs-api: Add rubygem-opentelemetry-logs-api 0.2.0
The opentelemetry-logs-api gem provides logs API implementation for
OpenTelemetry.
6d3cb50 |
06:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-opentelemetry-instrumentation-ruby_kafka: Add
rubygem-opentelemetry-instrumentation-ruby_kafka 0.23.0
The RubyKafka instrumentation is a community-maintained instrumentation for
RubyKafka, a client library for Apache Kafka.
9a0f577 |
06:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-opentelemetry-instrumentation-rdkafka: Add
rubygem-opentelemetry-instrumentation-rdkafka 0.8.0
The Rdkafka instrumentation is a community-maintained instrumentation for
Rdkafka, a client library for Apache Kafka.
8a56775 |
06:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-opentelemetry-instrumentation-racecar: Add
rubygem-opentelemetry-instrumentation-racecar 0.5.0
The Racecar instrumentation is a community-maintained instrumentation for
Racecar, a client library for Apache Kafka.
5406fba |
06:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-opentelemetry-instrumentation-mongo: Add
rubygem-opentelemetry-instrumentation-mongo 0.24.0
The OpenTelemetry Mongo Ruby gem is a community maintained instrumentation for
Mongo.
3a63e74 |
06:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-opentelemetry-instrumentation-lmdb: Add
rubygem-opentelemetry-instrumentation-lmdb 0.24.0
The LMDB instrumentation is a community-maintained instrumentation for the LMDB
gem.
8cd02b2 |
06:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-opentelemetry-instrumentation-koala: Add
rubygem-opentelemetry-instrumentation-koala 0.22.0
The Koala instrumentation is a community-maintained instrumentation for the
Koala Facebook API library.
1cbb0f0 |
06:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-opentelemetry-instrumentation-httpx: Add
rubygem-opentelemetry-instrumentation-httpx 0.4.0
The HTTPX instrumentation is a community-maintained instrumentation for the
HTTPX gem.
5a01cba |
06:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-opentelemetry-instrumentation-gruf: Add
rubygem-opentelemetry-instrumentation-gruf 0.4.0
The Gruf instrumentation is a community-maintained instrumentation for the Gruf
gem.
9920e4e |
06:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-opentelemetry-instrumentation-grpc: Add
rubygem-opentelemetry-instrumentation-grpc 0.3.0
OpenTelemetry instrumentation for users of the gRPC gem.
95455e0 |
06:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-opentelemetry-instrumentation-bunny: Add
rubygem-opentelemetry-instrumentation-bunny 0.23.0
The bunny instrumentation is a community-maintained instrumentation for bunny, a
client library for RabbitMQ.
0d2c84f |
06:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-opentelemetry-instrumentation-aws_lambda: Add
rubygem-opentelemetry-instrumentation-aws_lambda 0.5.0
The OpenTelemetry aws-lambda gem is a community-maintained instrumentation for
AWS Lambda functions.
85fea3f |
Number of commits found: 12227 (showing only 100 on this page) |