github.com/yandex/pandora@v0.5.32/CHANGELOG.md (about)

     1  # Changelog
     2  All notable changes to this project will be documented in this file.
     3  
     4  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
     5  adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
     6  and is generated by [Changie](https://github.com/miniscruff/changie).
     7  
     8  
     9  ## v0.5.32 - 2024-09-23
    10  ### Added
    11  * getters for netsampler metrics
    12  ### Changed
    13  * count discarded requests in request/response metrics
    14  
    15  ## v0.5.31 - 2024-07-12
    16  ### Added
    17  * dummy generator
    18  
    19  ## v0.5.30 - 2024-07-10
    20  ### Added
    21  * new monitoring metric - engine_LastMaxActiveRequests
    22  
    23  ## v0.5.29 - 2024-06-25
    24  ### Added
    25  * HTTP scenario var/header postprocessor use multiple pipes
    26  
    27  ## v0.5.28 - 2024-06-24
    28  ### Changed
    29  * `discard_overflow` logic. Waiter wait 2 seconds sliding window before skip payload
    30  
    31  ## v0.5.27 - 2024-06-18
    32  ### Added
    33  * Performance test on release
    34  
    35  ## v0.5.26 - 2024-05-21
    36  ### Added
    37  * scenario config local block in yaml
    38  * scenario config local block documentation
    39  ### Changed
    40  * reflect metadata simpler format and docs
    41  
    42  ## v0.5.25 - 2024-05-16
    43  ### Fixed
    44  * randInt function without args in preprocessor
    45  
    46  ## v0.5.24 - 2024-04-27
    47  ### Added
    48  * HCL scenario: add support for "locals" block in hcl
    49  * grpc/scenario: debug logs
    50  * grpc generator: reflection metadata
    51  ### Changed
    52  * discard_overflow default value =true
    53  ### Fixed
    54  * http generator: fix answlog error
    55  
    56  ## v0.5.23 - 2024-04-16
    57  ### Added
    58  * function for generate random values in scenario
    59  
    60  ## v0.5.22 - 2024-03-26
    61  ### Added
    62  * `shared-client` for gRPC and HTTP generators
    63  * `arm64` releases 
    64  ### Changed
    65  * Refactoring HTTP generators. Now they use common components
    66  
    67  ## v0.5.21 - 2024-02-02
    68  ### Added
    69  * parameterizable grpc reflection port
    70  * changelog
    71  
    72  ## v0.5.20 - 2024-01-29
    73  ### Fixed
    74  * http config: fix limit and passes
    75  
    76  ## v0.5.19 - 2024-01-25
    77  ### Added
    78  * grpc scenario generator
    79  
    80  ## v0.5.18 - 2024-01-15
    81  ### Fixed
    82  * refactoring http scenario gun
    83  * fix acceptance tests
    84  * fix AnswLog init
    85  
    86  ## v0.5.17 - 2024-11-24
    87  ### Fixed
    88  * Internal refactoring: GetMapValue()
    89  
    90  ## v0.5.16 - 2023-11-10
    91  ### Changed
    92  * yaml format for config without extension
    93  
    94  ## v0.5.15 - 2023-11-09
    95  ### Added
    96  * std json-decoder with array payload
    97  ### Fixed
    98  * docs: bit misspells
    99  
   100  ## v0.5.14 - 2023-10-26
   101  ### Added
   102  * http provider benchmarks
   103  ### Fixed
   104  * http provider missing error
   105  * error messages
   106  
   107  ## v0.5.13 - 2023-10-20
   108  ### Fixed
   109  * scenario variable source
   110  
   111  ## v0.5.12 - 2023-10-19
   112  ### Fixed
   113  * grpc provider scan
   114  * grpc reflect client depreceted
   115  
   116  ## v0.5.11 - 2023-10-12
   117  ### Fixed
   118  * update go.mod
   119  
   120  ## v0.5.10 - 2023-10-02
   121  ### Fixed
   122  * grpc generator bugs
   123  
   124  ## v0.5.9 - 2023-09-22
   125  ### Added
   126  * scenario generator
   127  
   128  ## v0.5.8 - 2023-07-26
   129  ### Added
   130  * Dummy provider
   131  
   132  ## v0.5.7 - 2023-07-13
   133  ### Added
   134  * grpc answ.log
   135  
   136  ## v0.5.6 - 2023-07-13
   137  ### Added
   138  * preloaded http providers
   139  
   140  ## v0.5.5 - 2023-06-14
   141  ### Added
   142  * resolver for property file
   143  
   144  ## v0.5.4 - 2023-05-24
   145  ### Added
   146  * HTTP provider middlewares
   147  ### Fixed
   148  * Refactoring HTTP providers