github.com/ronaksoft/rony@v0.16.26-0.20230807065236-1743dbfe6959/CHANGELOG (about)

     1  ## [Untagged]
     2  ## [0.10.1]
     3  ### Refactor
     4  1. REST proxy refactored
     5  2. Code structure refactored to decrease cyclic import chance in future updates
     6  
     7  ## [0.8.5]
     8  ### Improvement
     9  1. Http proxy and rest package refactored with new function signatures to be more intuitive.
    10  2. Edge options refactored
    11  
    12  ## [0.6.11]
    13  ### Fixed
    14  1. Gateway memory leak
    15  ### Improvement
    16  1. Http Proxy interface definitions
    17  
    18  ## [0.5.22]
    19  ### Added
    20  1. Http proxy added to the TCP gateway. Now, user can implement RESTful apis by adding wrapper functions for the rpc handlers.
    21  
    22  ## [0.5.8]
    23  ### Added
    24  1. Prometheus metrics added, they could be added to your prometheus by calling rony.RegisterPrometheus
    25  
    26  ## [0.5.7]
    27  ### Changed
    28  1. Prefix byte added to key-value stores to separate user keys with system keys
    29  2. Internal RPCs could not be served through gateway
    30  
    31  ## [0.5.6]
    32  ### Changed
    33  1. The external types used in store package has been aliased to make it more clear and less imports on the caller side.
    34  ### Removed
    35  1. CQL code generator has been removed
    36  
    37  
    38  ## [0.5.5]
    39  ### Changed
    40  1. Service names will be prepend to the Method names
    41  
    42  
    43  
    44  
    45