Skip to content

v2.723.0

Compare
Choose a tag to compare
@kiva-robot kiva-robot released this 13 Dec 01:33
· 1659 commits to production since this release

2.723.0 (2023-12-13)

🎉 New Features

  • add education placement in borrower profile based on region (2c22a0e)
  • add prometheus metrics (adb7872)
  • add some test ids to target in robot tests (7096d88)
  • add tests ids to portfolio elements (2bcb7b5)
  • adding test id to bonus history (9808860)
  • change portfolio cta art (3f8dbc5)
  • FakeAuthentication: use headers for fake auth instead of url parameters CP-677 (33fb71f)
  • hide loan upsell for donation-only baskets (694c655)
  • homepage file cleaned up (#5079) (c5c8261)
  • lend menu buttons test code removed (#5078) (d37a627)
  • loan comment modal added to portfolio page (#5075) (9a47cde)
  • matched loans filter added to filter page (#5073) (cbc085b)
  • mobile filter cta copy updated in filter page (#5071) (c777c7b)
  • supply donate cta test code removed (#5076) (249e2c6)
  • tip rate optimization test code removed (#5077) (d609987)
  • update events when user clicks No donation and enters /bin/zsh in the custom amount box (1b9f6d9)

🐛 Bugfixes

  • change variant variable (af90786)
  • experiment flag default value (863e505)
  • generalize the donation tag line when no loans in basket (8f42e60)
  • guard against missing fields and draft ui-global-promo banners (dfa8c8e)
  • missing const for prometheus middleware (3d5d5c9)
  • only reference loans if there are loans in the basket (80ba549)
  • temporarily increase prod pod count and request capacity (0e11c9d)
  • text should be shown for all time leaderboard (2468c72)

🏗️ Build System

  • pass along release environment variable (07a7cd8)

🪚 Refactors

  • more comprehensible zero_upsell expire calculation (368c8d8)

🧹 Chores