taler-rust

GNU Taler code in Rust. Largely core banking integrations.
Log | Files | Refs | Submodules | README | LICENSE

changelog (6429B)


      1 taler-rust (1.5.0-67-215aaaef) UNRELEASED; urgency=medium
      2 
      3   [ Antoine A ]
      4   * common: support new metadata field in wire gateway API v5
      5   * WIP
      6   * common: reuse databases for tests
      7   * common: improve Base32 debug fmt
      8   * common: add Wire Transfer Gateway logic and tests
      9   * common: add Wire Transfer Gateway support
     10   * common: reduce memory usage and allocations
     11   * common: clean tests
     12   * common: improve prepared transfer tests, fix bugs and bump API version
     13   * common: improve routine tests
     14   * common: more async closure
     15   * common: rename Taler Wire Transfer Gateway to Taler Prepared Transfer and improve testing
     16   * common: add new wire gateway test endpoint and improve routines
     17   * apns-relay: init
     18   * ci: test new component
     19   * apns: fix deb
     20   * common: optimize executable size and improve ci
     21   * apns: improve worker logic
     22   * common: fmt and clean code
     23   * apns: fix config
     24   * apns: fix config
     25   * common: clean code
     26   * common: fix APIs
     27   * common: make more type copy
     28   * common: make more types copy and add enum metadata macro
     29   * build: improve build version logic
     30   * common: constify amount
     31   * common: add bench utils
     32   * common: many small improvements
     33   * common: fix and improve base32 and add base64 & hex
     34   * common: typo
     35   * common: many improvements
     36   * taler-api: make all tests unit tests
     37   * common: many small improvements
     38   * common: improve testing and pg notifications
     39   * common: improve test routine and db notification
     40   * common: improve apis, test routines and error handling
     41   * common: us mimalloc and clean code
     42   * common: improve and optimize logging
     43   * common: small fixes
     44   * common: filter more noisy logs
     45   * config: add encoded value
     46   * common: update Prepared Transfer API and improve routines
     47   * common: make test routine more flexible
     48   * common: improve TLS configuration
     49   * common: simplify dependencies
     50   * common: clean code and improve logic
     51   * common: improve config parser and add new cli & repl test utils
     52   * common: improve cli
     53   * common: improve bench logic
     54   * common: mode adapters to their own directory
     55   * common: improve config parsing and data encoding
     56   * common: support ch_qrr
     57   * common: all adapters must support kyc at least for testing
     58   * test: simplify test repl
     59   * test: repl right and left prompt
     60   * test: improve repl
     61   * test: improve repl
     62   * common: improve config parsing error
     63   * prepared-transfer-api: new signatures
     64   * common: fix some API found bugs
     65   * common: fix prepared transfer db procedure
     66   * common: clippy fix
     67   * common: add CORS rules
     68   * common: bug fixes and improvements
     69   * wise: add taler-wise adapter
     70   * common: support new metadata field in wire gateway API v5
     71   * WIP
     72   * common: reuse databases for tests
     73   * common: improve Base32 debug fmt
     74   * common: add Wire Transfer Gateway logic and tests
     75   * common: add Wire Transfer Gateway support
     76   * common: reduce memory usage and allocations
     77   * common: clean tests
     78   * common: improve prepared transfer tests, fix bugs and bump API version
     79   * common: improve routine tests
     80   * common: more async closure
     81   * common: rename Taler Wire Transfer Gateway to Taler Prepared Transfer and improve testing
     82   * common: add new wire gateway test endpoint and improve routines
     83   * apns-relay: init
     84   * ci: test new component
     85   * apns: fix deb
     86   * common: optimize executable size and improve ci
     87   * apns: improve worker logic
     88   * common: fmt and clean code
     89   * apns: fix config
     90   * apns: fix config
     91   * common: clean code
     92   * common: fix APIs
     93   * common: make more type copy
     94   * common: make more types copy and add enum metadata macro
     95   * build: improve build version logic
     96   * common: constify amount
     97   * common: add bench utils
     98   * common: many small improvements
     99   * common: fix and improve base32 and add base64 & hex
    100   * common: typo
    101   * common: many improvements
    102   * taler-api: make all tests unit tests
    103   * common: many small improvements
    104   * common: improve testing and pg notifications
    105   * common: improve test routine and db notification
    106   * common: improve apis, test routines and error handling
    107   * common: us mimalloc and clean code
    108   * common: improve and optimize logging
    109   * common: small fixes
    110   * common: filter more noisy logs
    111   * config: add encoded value
    112   * common: update Prepared Transfer API and improve routines
    113   * common: make test routine more flexible
    114   * common: improve TLS configuration
    115   * common: simplify dependencies
    116   * common: clean code and improve logic
    117   * common: improve config parser and add new cli & repl test utils
    118   * common: improve cli
    119   * common: improve bench logic
    120   * common: mode adapters to their own directory
    121   * common: improve config parsing and data encoding
    122   * common: support ch_qrr
    123   * common: all adapters must support kyc at least for testing
    124   * test: simplify test repl
    125   * test: repl right and left prompt
    126   * test: improve repl
    127   * test: improve repl
    128   * common: improve config parsing error
    129   * prepared-transfer-api: new signatures
    130   * common: fix some API found bugs
    131   * common: fix prepared transfer db procedure
    132   * common: clippy fix
    133   * common: add CORS rules
    134   * common: bug fixes and improvements
    135   * wise: add taler-wise adapter
    136 
    137   [ Virgiel ]
    138   * common: update dependencies
    139   * common: update dependencies
    140 
    141  -- Antoine A <none>  Wed, 29 Jul 2026 09:49:53 +0000
    142 
    143 taler-rust (1.5.0) unstable; urgency=low
    144 
    145   * Release version 1.5.0
    146 
    147  -- Christian Grothoff <christian@grothoff.org>  Sat, 21 Mar 2026 18:36:16 +0100
    148 
    149 taler-rust (1.4.0) unstable; urgency=low
    150 
    151   * Release version 1.4.0
    152 
    153  -- Florian Dold <florian@dold.me>  Wed, 18 Mar 2026 00:00:16 +0100
    154 
    155 taler-rust (1.3.0) unstable; urgency=low
    156 
    157   * Release version 1.3.0
    158 
    159  -- Christian Grothoff <christian@grothoff.org>  Tue, 30 Dec 2025 20:18:34 +0100
    160 
    161 taler-rust (0.0.4) unstable; urgency=low
    162 
    163   * Release version 0.0.4
    164 
    165  -- Florian Dold <florian@dold.me>  Fri, 12 Dec 2025 21:06:48 +0100
    166 
    167 libeufin (0.0.3) unstable; urgency=low
    168 
    169   * Release version 0.0.3
    170 
    171  -- Florian Dold <florian@dold.me>  Fri, 12 Dec 2025 21:02:04 +0100
    172 
    173 taler-rust (0.0.2) unstable; urgency=medium
    174 
    175   * Release 0.0.2.
    176 
    177  -- antoine <antoine@lima-local>  Fri, 28 Nov 2025 09:00:01 +0100
    178 
    179 taler-rust (0.0.1) unstable; urgency=medium
    180 
    181   * Release 0.0.1.
    182 
    183  -- antoine <antoine@lima-local>  Mon, 24 Nov 2025 22:42:50 +0100
    184 
    185 taler-rust (0.0.0) unstable; urgency=medium
    186 
    187   * Initial release.
    188 
    189  -- antoine <antoine@lima-local>  Tue, 18 Nov 2025 14:58:02 +0100