Skip to content

Releases: annoviko/robotframework-httpctrl

robotframework-httpctrl 0.3.2

15 Sep 12:13

Choose a tag to compare

robotframework-httpctrl 0.3.2 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.

GENERAL CHANGES

  • Add pyproject.toml to support modern PEP 517/518 builds.
    See: #44

  • Removed setup.py - old-style installs may not work.
    See: #44

robotframework-httpctrl 0.3.1

03 Dec 12:58

Choose a tag to compare

robotframework-httpctrl 0.3.1 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.

GENERAL CHANGES

  • Fixed bug in function Send HTTPS Request Async when HTTP protocol was used instead of HTTPS.
    See: #39

  • Fixed bug with response header types when HTTPMessage object was returned instead of dict.
    See: #40

robotframework-httpctrl 0.3.0

04 Jul 13:20
80f7bbd

Choose a tag to compare

robotframework-httpctrl 0.3.0 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.

GENERAL CHANGES

  • Introduce new argument resp_body_to_file for functions Send HTTP Request, Send HTTP Request Async, Send Https Request, Send Https Request Async to write response body to a file that is specified by the argument.
    See: #36

  • Changed return type for Get Body From Response and Get Response Body from string to bytes.
    See: #37

robotframework-httpctrl 0.2.7

30 Jun 14:06
107cb0d

Choose a tag to compare

robotframework-httpctrl 0.2.7 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.

GENERAL CHANGES

  • Introduce the limit for body size to log and corresponding library HttpCtrl.Logging to configure it.
    See: #34

robotframework-httpctrl 0.2.5

24 Dec 17:35

Choose a tag to compare

robotframework-httpctrl 0.2.5 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.

GENERAL CHANGES

  • Update meta-information (CHANGE file).
    See: no reference

robotframework-httpctrl 0.2.4

24 Dec 17:31

Choose a tag to compare

robotframework-httpctrl 0.2.4 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.

GENERAL CHANGES

  • Introduced new keyword Set Stub Reply to create server stub functions.
    See: #30

  • Introduced new keyword Get Stub Count to get server stub statistic.
    See: #30

robotframework-httpctrl 0.2.2

18 Oct 14:26

Choose a tag to compare

robotframework-httpctrl 0.2.2 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.

GENERAL CHANGES

  • Fixes bug with pypi installer 0.2.1.
    See: #27

robotframework-httpctrl 0.2.1

08 Oct 08:28

Choose a tag to compare

robotframework-httpctrl 0.2.1 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.

GENERAL CHANGES

  • Change license to The 3-Clause BSD License.
    #26

robotframework-httpctrl 0.2.0

08 Oct 08:21

Choose a tag to compare

robotframework-httpctrl 0.2.0 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.

GENERAL CHANGES

  • Change license to The 3-Clause BSD License.
    #26

  • Feature to release the library automatically.
    #14

robotframework-httpctrl 0.1.10

07 Oct 07:48

Choose a tag to compare

robotframework-httpctrl 0.1.10 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.

GENERAL CHANGES:

  • Fixed bug where body was not provided for HEAD, OPTION, DELETE and GET methods (HttpCtrl.Server).
    #24