Skip to content

Latest commit

 

History

History
219 lines (153 loc) · 6.64 KB

CHANGELOG.md

File metadata and controls

219 lines (153 loc) · 6.64 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • [upi] Vijaya Bank and Dena Gujarat Gramin Bank are no more
  • [upi] 7 new banks now support UPI
  • Metadata update for new release
  • Sanitizes most text fields to remove special characters that show up from encoding errors. Fixes #29, #32
  • Start parsing contact numbers from NEFT sheet as well. Published in E.164 wherever possible
  • Changes some empty fields to null instead of "NA"
  • Only metadata changes in this release.
  • Data corrections to account for broken alignment in RBI's RTGS spreadsheet
  • Improved support for Contact details that are sourced from RTGS dataset. CONTACT details are returned in E.164 format

Changed

  • Metadata updates

Changed

  • 2 new banks:
    • ARBL: Arvind Sahakari Bank
    • TNCB: Nawanagar Co-operative Bank
  • Name for STCB changed from "State Bank of Mauritius" to "SBM Bank"
  • Temporary code added for "Sri Rama Co-operative Bank": SXXX
  • Support for ICLL (Indian Clearing Corporation) added. ICLL0000001 is the branch.

Added

  • Initial support for SWIFT mappings. Only SBI and PNB branches are currently supported, and accuracy is not guaranteed. Feedback is welcome.

Changed

  • Metadata changes

Changed

  • Only metadata changes in this release
  • New Banks:
    • AKKB: Akkamahadevi Mahila Sahakari Bank Niyamit
    • MUCG: Merchants Urban Coop Bank
    • SBCR: Shree Basaveshwar Urban Coop Bank
    • SBPS: Sri Basaveshwar Pattana Sahakari Bank

Changed

  • 1 new bank - TPSC ("Punjab State Cooperative Bank")
  • 15 new banks in UPI
  • Patches PUNB0641100 to give correct response.
  • [php] Returns the BANKCODE from the API instead of using the first 4 characters.
  • The large number of additions to Union Bank/Punjab National bank is due to the upcoming mergers. The existing IFSC for the merged banks are not impacted.

Changed

  • Metadata updates

1.5.5

Changed

  • Metadata updates
  • New Banks:
    • HUCH : Hanamasagar Urban Co-operative Bank
    • MDBK : Model Co-operative Bank
    • SDTC : Shri D T Patil Co-operative Bank

1.5.4

Changed

  • Metadata updates
  • Optimized memory consumption in php tests.
  • New Banks:
    • KBKB : Kookmin Bank
    • SUSB : Suco Souharda Sahakari Bank

1.5.3

Changed

  • Metadata updates

1.5.2

Changed

  • Metadata updates

1.5.1

Changed

  • Metadata updates
  • Madhya Bihar Gramin Bank and Bihar Gramin Bank merged to form Dakshin Bihar Gramin Bank.

Fixed

  • Fixes a critical bug in the node.js SDK which reported some valid IFSCs as invalid.
  • CENTRE and CITY fields should now be present across all rows. If we don't have a value, it will be set to NA.

Added

  • New DatasetTest to ensure fields don't get missed out in the future

1.5.0

Added

  • Adds bank constants in nodejs
  • Adds offline bank details fetch method in ruby.
  • Adds support for upi: true flag in banks.json
  • Adds UPI: true/false flag in IFSC.csv and by-banks JSON files

Changed

  • Improves coverage of bank constants in ruby.

1.4.10 - 2020-01-02

  • Metadata Updates
  • Support for patches that can override data for specific IFSC codes
  • NEFT Block for certain banks:
    • Bank Of Ceylon
    • Krung Thai Bank
    • Kaveri Grameena Bank
    • Kerala Gramin Bank
    • Pragathi Krishna Gramin Bank
    • Sbm Bank Mauritius Ltd

1.4.9 - 2019-11-07

  • Metadata Updates

1.4.7 - 2019-10-14

  • Minor Metadata updates

1.4.6 - 2019-09-05

  • Metadata updates
  • Catholic Syrian Bank is renamed to CSB Bank

1.4.5 - 2019-07-15

  • Regular Metadata Updates

1.4.4 - 2019-06-17

Changed

  • Regular Metadata Updates

Added

  • Adds support for custom sublets. (#114)

1.4.2 - 2019-05-16

Changed

  • Regular Metadata Updates

1.4.1 - 2019-04-25

Fixed

  • Parsing of empty/NA MICR/IINs/IFSCs in NPCI ACH List. #100

Changed

  • Updated list of sublets to remove all exceptions

[1.4.0][1.4.0] - 2019-04-19

Added

  • Regular Metadata Changes. See [Release Page][1.4.0] for a list.
  • One new Bank: AJAR
  • Adds NPCI-only IFSCs from https://www.npci.org.in/national-automated-clearing-live-members-1. See #100 and #109 for some more details.
  • A NEFT=true|false flag is added on all datasets, which will get added to the API with this release.
  • A IMPS=true|false flag is added, which is currently in alpha. There is not enough clarity around this yet (See #109), so please don't use this in production yet. This can be removed at any time. Feedback on the correctness of this flag is welcome.
  • A MICR is now available for all rows. This will also reflect on the API.

Changed

  • Parser speed and general improvements. Builds only take 3 minutes, and caching related stuff is removed.
  • The parser converts XLS/XLSX files to CSV before parsing, which results in cleaner data in some cases.

Removed

  • Removes some data formats (YAML/Large JSON) for cleaner code. If you were using them, please let create an issue.