Update cgrates version where necessary

This commit is contained in:
ionutboangiu
2023-10-06 10:42:12 -04:00
committed by Dan Christian Bogos
parent b0d8cd3856
commit ffcc0045c4
4 changed files with 32 additions and 33 deletions

View File

@@ -1,29 +1,31 @@
## Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments ##
## Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments
[![Build Status](https://secure.travis-ci.org/cgrates/cgrates.png)](http://travis-ci.org/cgrates/cgrates)
[![Documentation Status](https://readthedocs.org/projects/cgrates/badge/?version=v0.10)](https://cgrates.readthedocs.io/en/v0.10/?badge=v0.10)
[![GoDoc](https://pkg.go.dev/badge/github.com/cgrates/cgrates)](https://pkg.go.dev/github.com/cgrates/cgrates@v0.10.2)
[![GoDoc](https://pkg.go.dev/badge/github.com/cgrates/cgrates)](https://pkg.go.dev/github.com/cgrates/cgrates@v0.10.3)
### Features ###
+ Real-time Online/Offline Charging System (OCS).
+ Account Balances Management with bundle support.
+ Session or Event charging with reservation.
+ Rating engine.
+ CDR logging with support for Interim Records.
+ QoS LCR and LCR over Bundles.
+ Fraud detection with automatic mitigation.
+ Call Statistics with pattern monitoring.
+ Performance oriented.
+ Modular architecture.
+ Test driven development.
+ Plug-able/non-intrusive into existing setups.
+ Cloud-ready, built on independent micro-services with rich set of RPC APIs.
+ Agile in developing new features.
+ Very fast (5000+ req/sec on a single machine)
+ Good documentation.
+ Commercial support available
### Features
- Real-time Online/Offline Charging System (OCS).
- Account Balances Management with bundle support.
- Session or Event charging with reservation.
- Rating engine.
- CDR logging with support for Interim Records.
- QoS LCR and LCR over Bundles.
- Fraud detection with automatic mitigation.
- Call Statistics with pattern monitoring.
- Performance oriented.
- Modular architecture.
- Test driven development.
- Plug-able/non-intrusive into existing setups.
- Cloud-ready, built on independent micro-services with rich set of RPC APIs.
- Agile in developing new features.
- Very fast (5000+ req/sec on a single machine)
- Good documentation.
- Commercial support available
### Documentation
### Documentation ###
[Step by steps tutorials](https://cgrates.readthedocs.org/en/v0.10/tut_freeswitch.html)
[Debian apt-get repository](https://cgrates.readthedocs.io/en/v0.10/installation.html#debian-jessie-wheezy)
@@ -34,7 +36,6 @@ Browsable HTML docs http://readthedocs.org/docs/cgrates/
PDF, Epub, Manpage http://readthedocs.org/projects/cgrates/downloads/
API reference [godoc](https://pkg.go.dev/github.com/cgrates/cgrates@v0.10.0/apier)
Also check [irc.freenode.net #cgrates](irc://irc.freenode.net:6667/cgrates) ([Webchat](http://webchat.freenode.net?randomnick=1&channels=%23cgrates)) and [Google group](https://groups.google.com/forum/#!forum/cgrates) for a more real-time support.
API reference [godoc](https://pkg.go.dev/github.com/cgrates/cgrates@v0.10.3/apier)
Also check [irc.freenode.net #cgrates](irc://irc.freenode.net:6667/cgrates) ([Webchat](http://webchat.freenode.net?randomnick=1&channels=%23cgrates)) and [Google group](https://groups.google.com/forum/#!forum/cgrates) for a more real-time support.

View File

@@ -55,7 +55,7 @@ copyright = u'2012-2023, ITsysCOM GmbH'
# The short X.Y version.
version = '0.10'
# The full version, including alpha/beta/rc tags.
release = '0.10.3-rc1'
release = '0.10.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -1,10 +1,8 @@
cgrates (0.10.4~dev) UNRELEASED; urgency=medium
* Incremented version
-- DanB <danb@cgrates.org> Thu, 10 Aug 2023 10:00:00 +0200
- Incremented version
-- DanB <danb@cgrates.org> Thu, 10 Aug 2023 10:00:00 +0200
cgrates (0.10.3) UNRELEASED; urgency=medium
@@ -69,7 +67,7 @@ cgrates (0.10.3) UNRELEASED; urgency=medium
- Simplified some complex functions to increase efficiency and ease of understanding.
- Updated outdated Ansible and Bash scripts.
Full Changelog: https://github.com/cgrates/cgrates/compare/v0.10.2...v0.10
Full Changelog: https://github.com/cgrates/cgrates/compare/v0.10.2...v0.10.3
-- DanB <danb@cgrates.org> Thu, 08 Oct 2020 16:23:58 +0300

View File

@@ -1,14 +1,14 @@
Source: cgrates
Section: base
Section: base
Priority: optional
Maintainer: DanB <danb@cgrates.org>
Build-Depends: debhelper, git
Build-Depends: debhelper, git
Standards-Version: 3.9.1
Homepage: http://cgrates.org
Package: cgrates
Architecture: amd64
Suggests: git, redis-server, mysql-server
Version: 0.10.0
Version: 0.10.3
Description: Carrier Grade Real-time Charging System
CGRateS is a very fast and easy scalable real-time charging system for Telecom environments.