Version 7 (modified by bartek, 12 years ago) (diff)

--

Changelog

version 2.4.1 30 December 2011

  • Bugs fixes

version 2.4.0

  • Migration to gSoap 2.8.5 and QCG-Core 2.4.0
  • Some improvements and bugs fixes

version 2.0.0

  • Reviewed code, minor bugs fixes
  • Changed the way of starting the service without a database. Now it is impossible to start the service if a database connection is enabled in a config file but the service could not initialize real database connection.

version 1.2.2

  • Minor bugs fixes

version 1.2.1

  • Fixed proceeding of soap_send_empty_response (requires QCG-Core 2.1.1)

version 1.2.0

  • Implemented notification resending after an unsuccessful send attempt
  • Modified configuration file

version 1.1.3

  • Provided interface for listing Subscriptions, Publishers Registrations, PullPoints and TopicNamespaces. Following methods implemented:
    • ListSubscriptions
    • ListPublishersRegistrations
    • ListPullPoints
    • ListTopicNamespaces

  • Added methods for dynamic adding and removing Topic Namespaces:
    • AddTopicNamespace
    • RemoveTopicNamespace

  • Added parameter MaxSendTries to the configuration file. This parameter is going to limit resources utilization. It is associated with a subscription object and limits number of unsuccessful notification send attempts. After exceeded the limit for certain subscription, the subscription is marked as invalid and automatically deleted.

version 1.1.2

  • Migration to QCG-Core 2.1.0 and gSOAP 2.7.16