File: features-2.7

package info (click to toggle)
libaws 3.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 15,780 kB
  • ctags: 648
  • sloc: ada: 87,379; python: 1,914; ansic: 929; makefile: 842; xml: 235; java: 112; sh: 105
file content (47 lines) | stat: -rw-r--r-- 1,681 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
====================================================
AWS 2.7 NEW FEATURES LIST Current as of Mar 10, 2009
====================================================

Copyright (c) 2006-2009, AdaCore

This file contains a list of new features introduced in AWS.
A full description of all AWS features can be found in the AWS
documentation.

An ISO date (YYYY-MM-DD) appears in parentheses after the
description line. This date shows the implementation date
of the feature.

New features in AWS 2.7.0
-------------------------

NF-27-I309-020 SOAP client stub based on persistent connection (2009-03-10)

  New stubs using an HTTP_Connection are now generated by wsdl2aws. It
  is then possible to reuse a connection for multiple SOAP requests.

NF-27-I122-001 Simplify empty SOAP responses (2009-01-28)

  When no type information is present, empty SOAP responses are now
  returned as a null string instead of a null record.

NF-27-HB18-007 Improve speed for parsing large SOAP messages (2008-11-18)

  Parsing large SOAP messages has been improved. A large speed-up
  can be expected.

NF-27-HB07-017 New config variable DEMOS to enable/disable demos (2008-11-09)

  This new configuration variable can be set to true/false
  to enable or disable the build of the demos. The default
  value is true.

NF-27-HA07-020 Add support for HTTP headers on client API (2008-11-04)

  The GET/PUT/POST/HEAD AWS.Client services are now passed an header
  list parameter. This makes it possible to send some specific headers
  to the server.

NF-27-HA07-003 Administrative page is now protected by a password (2008-12-15)

  Enhance the security of the administrative page by requiring a password.